Re: MySQL is running but PID file could not be found error ?
Administrator
This post was updated on .
Hi Başar,
Database category represents Oracle Database :)
But I will try to help you in this case.
Check for the parameter pid-file in the mysql conf
Set your pid file - > pid-file = /var/run/mysqld/mysqld.pid
Save and exit from the file.
Run the following commands to create the directory , create pid file and configure the ownerships..;
mkdir /var/run/mysqld
touch /var/run/mysqld/mysqld.pid
chown -R mysql:mysql /var/run/mysqld