Reset forgotten MySQL root password

Logon to server using root , and stop all mysql process. Start mysql manually using following command mysqld_safe –skip-grant-tables You should then start MySQL successfully, and able to connect without password mysql...

Read More