I have 2 webservers and 5 mysql servers. Our website has a lot of traffic and one of the mysql servers goes down or gets flooded and i need to restart it (/etc/init.d/mysql restart).
Can i do it via PHP script (runing ssh command via php or something?)
Thank you