Sunday, May 11, 2025
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 80 times, 1 visits today)
Baca Juga :  Deferred due to greylisting. Host: 'x.x.x.x' From: '[email protected]' To: '[email protected]' SPF: 'unchecked'

Similar Posts