Unable to access Hesk database

Everything related to Hesk - helpdesk software

Moderator: mkoch227

Post Reply
mingt
Posts: 11
Joined: Wed Nov 30, 2011 11:56 pm

Unable to access Hesk database

Post 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
mingt
Posts: 11
Joined: Wed Nov 30, 2011 11:56 pm

Re: Unable to access Hesk database

Post by mingt »

Sorry, stupid monday moment. I was editing the wrong settings file.
Post Reply