Page 1 of 1

Unable to access Hesk database

Posted: Mon Jan 30, 2012 8:30 pm
by mingt
Hi,

I had to rebuild the Hesk database on my localhost, so I used myPHPadmin to copy an instance of the database from another server where I have Hesk installed. The problem is now I am getting this "Can't execute SQL" error.

My Hesk database setting:
/* --> Database settings */
$hesk_settings['db_host']='localhost:3306';
$hesk_settings['db_name']='hesk';
$hesk_settings['db_user']='root';
$hesk_settings['db_pass']='root';
$hesk_settings['db_pfix']='hesk_';

I am also running Apache.

Any pointers would be greatly appreciated.

Thanks

Re: Unable to access Hesk database

Posted: Mon Jan 30, 2012 9:03 pm
by mingt
Sorry, stupid monday moment. I was editing the wrong settings file.