Hi ! I have dedicated server and i try to stop mysqld and httpd servers with the command: service mysqld stop and service httpd stop The servers stop, but after 1-2 minutes they running by self again . How can i make full stop the servers ? I Have Centos.
Also, check if you have process resource monitor (PRM) or similar scripts installed in the server to restart the services incase if it goes down.
There probably is somekind of server monitor which checks if these are off and enables them autoamtically ..check for this
In all likelihood this will NOT fix the problem. It will just shutdown the servers in an unfriendly way and they will be started back up again. Like others have said, it is probably some monitoring app...
See if you are running the mysqlmanager process. It is designed to bring failed mysqld processes back online if they go down. It was built into MySQL 5.0.xx, but I think it was removed in 5.1.xx (not sure if it was replaced with something else or not).