|
Issue: I am receiving the following error when I goto phpMyAdmin.
#2002 – The server is not responding (or the local MySQL server’s socket is not correctly configured)
Resolution: Restart the mysqld service.
As you can see, this is a fairly straight forward process.Should you have any issues with cPanel not responding then the following command(s) can be issued via SSH.The first argument to the /sbin/service command may either be mysql or mysqld, depending on the mysql installation.
[root@server ~]# /sbin/service mysql restart
[root@server ~]# /sbin/service mysqld restart
|