Upgrading from 2.5.3 to 2.6.2 - can't connect to dataase
Posted: Tue Mar 31, 2015 11:23 pm
Script URL: http://synergyhelpdesk.net/gtel/install
Version of script: 2.6.2
Hosting company: private server
URL of phpinfo.php: http://synergyhelpdesk.net/gtel/phpinfo.php
URL of session_test.php: http://synergyhelpdesk.net/gtel/session_test.php
What terms did you try when SEARCHING for a solution:
hesk (1045) access denied for user
Write your message below:
I was upgrading to the latest version like I've done several times before, except now the installation script cannot connect to the mysql dataase.
The database section on hesk_settings.inc.php is:
// --> Database settings
$hesk_settings['db_host']='localhost:3307';
$hesk_settings['db_name']='hesk';
$hesk_settings['db_user']='root';
$hesk_settings['db_pass']='*****';
$hesk_settings['db_pfix']='heskgtel_';
$hesk_settings['db_vrsn']=1;
The install script gives me this error:
Mysql (1045) access denied for user root
I verified the database and was able to connect with same port, user name and password.
The only special thing about my connection settings is I am not using the standard mysql port (3306) but instead port 3307. This has worked in the past, just on this update it's not working.
Help?
Version of script: 2.6.2
Hosting company: private server
URL of phpinfo.php: http://synergyhelpdesk.net/gtel/phpinfo.php
URL of session_test.php: http://synergyhelpdesk.net/gtel/session_test.php
What terms did you try when SEARCHING for a solution:
hesk (1045) access denied for user
Write your message below:
I was upgrading to the latest version like I've done several times before, except now the installation script cannot connect to the mysql dataase.
The database section on hesk_settings.inc.php is:
// --> Database settings
$hesk_settings['db_host']='localhost:3307';
$hesk_settings['db_name']='hesk';
$hesk_settings['db_user']='root';
$hesk_settings['db_pass']='*****';
$hesk_settings['db_pfix']='heskgtel_';
$hesk_settings['db_vrsn']=1;
The install script gives me this error:
Mysql (1045) access denied for user root
I verified the database and was able to connect with same port, user name and password.
The only special thing about my connection settings is I am not using the standard mysql port (3306) but instead port 3307. This has worked in the past, just on this update it's not working.
Help?