Fantastico Error in cpanel

If an error “Fantastico is unable to connect to your MySQL server at this time. Please contact your host for assistance” occurred during fantastico access, make sure the following are correct:-

1. First Check whether mysql server is running or not. You can confirm the same using following command:-

# ps -ef |grep mysql

2. Check mysql.sock path in mysql configuration /etc/my.cnf file.

# vi /etc/my.cnf

3. Then check if the link file is there to point /tmp/mysql.sock to /var/lib/mysql/mysql.sock in /tmp directory.

4. If not create a symbolic link. You can create the same using ‘ln -s’ command:-

# ln -s’ /var/lib/mysql/mysql.sock /tmp/mysql.sock

Then try to access the fantastico.

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.