Hello ...
I have a very annoying problem just now, MySQL server in my office is not stable. This morning it has stopped for more than 10 times. :'(
FYI, the version of MySQL is 3.23.54 running on redhad 9.
When I tried to restart it, it showed like this:
=============
[root@servergs etc]# /etc/init.d/mysqld restart
Stopping MySQL: [FAILED]
Starting MySQL: [ OK ]
[root@servergs etc]# /etc/init.d/mysqld restart
Stopping MySQL: [ OK ]
Starting MySQL: [ OK ]
[root@servergs etc]# /etc/init.d/mysqld restart
Stopping MySQL: [ OK ]
Starting MySQL: [ OK ]
[root@servergs etc]# /etc/init.d/mysqld restart
Stopping MySQL: [FAILED]
Starting MySQL: [ OK ]
[root@servergs etc]#
=============
I tried to check the pc, it seems okay. But when I check MySQL service it showed like above. :(
The question is: Why MySQL server is stopped by itself? It has happened before and when I started the service the problem is solved. But now I have to started it over and over again because it keeps stopped by itself. :S
Thanks before ...