MySQL Error: 2002 or Database error: Link-ID == false, connect failed error message

If you invoke the following error message below when trying to access the Survox Console:

Session halted.


Try the following to see if it resolves it as theMySQLserver may not be running.

Check to see if it is running, you should be able to do this as the root user you should be able to type the following command to check if it is running:


mysqladmin -u root -p status

If it is not running, then go ahead and start it up, to start theMySQLserver do the following:

/sbin/service mysqld start

Then make sure that you have it enabled theMySQLserver at reboot or server startup y executing the following command as the root user: