MySQL is running but PID file could not be found error ?

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

MySQL is running but PID file could not be found error ?

Basar_Acar
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: MySQL is running but PID file could not be found error ?

ErmanArslansOracleBlog
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

Restart your mysql..
Reply | Threaded
Open this post in threaded view
|

Re: MySQL is running but PID file could not be found error ?

Basar_Acar
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: MySQL is running but PID file could not be found error ?

ErmanArslansOracleBlog
Administrator
Okay.. Yes the new version of VM Manager uses MYSQL..