MySQL/phpMyAdmin Reset ROOT PASSWORD?
I'm having MySQL on RHEL, and phpMyAdmin interface also. I have normal MySQL user access which i remember but i forget the root password. How to SAFELY reset the MySQL root password? (I have root account on O/S) From Here: http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html Stop mysqld and restart it with the --skip-grant-tables option. This enables anyone to connect without a password and with all privileges. Because this is insecure, you might want to use --skip-grant-tables in conjunction with --skip-networking to prevent remote clients from connecting. Connect to the mysqld