Maybe you experienced some strange behaviour with MySQL: Everything is installed correctly and should work. But it does not.
Symptoms we have seen:
- MySQL starts/stops properly when started/stopped with
service mysqld restart
but MySQL does not start when a server is rebooted. - Or after upgrading MySQL binaries
mysqld
will not start at all any more. - Or after relocating MySQL
datadir
or changing default port MySQL does not start any more.
shell> service mysqld start MySQL Daemon failed to start. Starting mysqld: [FAILED] shell> grep mysqld /var/log/boot.log Starting mysqld: [FAILED]
If you are lucky you get some error message like: ERROR!
The server quit without updating PID file
(/data/mysql/server.pid).
or:
130620 9:49:14 …[Read more]