Error #2002 in phpMyAdmin
You may get this error while accessing phpMyAadmin from cPanel or from WHM.
ERROR 2002: Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock’
This error can be resolved by creating a soft link for mysql.sock to “/tmp”.
#ln -s /var/lib/mysql/mysql.sock /tmp
Restart Mysql.

0 comments:
Post a Comment