How to Fix MySQL Error “Stopping MySQL database server : mysqld failed!” on Debian Squeeze
This problem happens when you modify user table in mysql database. In Debian system, there is a user named debian-sys-maint. We can’t restart mysql daemon if the password is not correct. We have to update the password for that user. First, we check the password: Login to mysql shell as root Now use the following…