After trying to upgrade mySQL, I always get
php and mySQL doesn't work now, and the 'Ignore Current Upgrade' button doesn't work, so in SSH I run....
The process number just keeps changing so I can't kill it and upgrade mySQL.
Code:
WARNING: A running easyapache process was detected. Please wait for easyapache to finish before attempting to upgrade MySQL.
If you are certain that the easyapache is no longer running, you may restart the MySQL upgrade by clicking the following button.
Code:
-bash-3.2# ps aux | grep easyapache
root 29374 0.0 0.1 7216 832 pts/0 S+ 22:23 0:00 grep easyapache
-bash-3.2# kill 29374
-bash: kill: (29374) - No such process
-bash-3.2# ps aux | grep easyapache
root 29393 0.0 0.1 7216 832 pts/0 S+ 22:23 0:00 grep easyapache
-bash-3.2# kill 29393
-bash: kill: (29393) - No such process