How to reset mysql root password
it is quiet easy to reset mysql root password, here are the steps SSH as root to your machine Turn off the mysqld daemon if running RedHat/Fedora users can do so by executing: service mysqld stop Run safe_mysqld by executing: safe_mysqld –skip-grant-tables (this will run allow you to connect without a password) 4. … Read more