I cannot locate pid file for mysql server on oneiric. Opened /etc/mysql/my.cnf and /etc/mysql/debian.cnf but see no settings about pid file. I need this pid file to have monit monitor mysql. Any clue?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
It turns out that the pid file is /var/lib/mysql/NODE_NAME.pid, damn it. |
|||
|
|
|
You can do: updatedb; locate mysqld.pid As root. This should show you where the file is. |
|||
|
|