Posts Tagged ‘phpmyadmin’

MySQL Socket Error in phpMyAdmin

While accessing phpMyAdmin, you may get the following error. #2002 – The server is not responding (or the local MySQL server’s socket is not correctly configured) This is due to the missing socket file in the location /tmp. The socket path which is specified in the phpMyAdmin configuration file is /tmp/mysql.sock. $ vi /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php cfg[‘Server’][‘socket’]    […]