mysql wont stop, mysqld_safe appeared in top
- by power4
my server (CentOS) contains lots of website, which collect data from lots of sources with cron. the mysql config is the default
recently, PHP failed to communicate with mysql. Firstly I just restart the server
but after restarted, PHP still failed to communicate with mysql
I've tried:
ps ax | grep mysql
Then run:
kill -9 #### (I've also tried…