I've lost my root password for my private MySQL instance. How can I recover it? asked 19 Dec '14, 23:51 maryh |
where <newpassword> is the password you want to use.
This will start MySQL and set the root password.
You should now be able to login as root with your new password. answered 20 Dec '14, 00:05 maryh |