Linux : How to reset MySQL root password
Lost your root password for MySQL? Follow this simple procedure to reset it. Of course, you need at least root access level on your operating system to proceed. 1. Stop MySQL database server : /etc/init.d/mysql stop 2. Start MySQL with “skip grant table” option : mysqld_safe –skip-grant-tables & WARNING! This is VERY insecure – while… Read More »