Sunday, April 7, 2024
Cpanel/WHM

MySQL is running but PID file could not be found di cpanel

solusi :

1) SSH server as a root user
2) Create directory /var/run/mysql

mkdir /var/run/mysql

3) Create  a file with name as mysqld.pid

touch mysqld.pid

4) Change its ownership and group to  mysql:mysql

chown mysql:mysql mysqld.pid

5) Restart MySQL service and you will see no more errors

(Visited 48 times, 1 visits today)
Baca Juga :  Solusi untuk zend optimizer php 5.2

Similar Posts