Changing MySQL root password (using phpMyAdmin, Ubuntu linux)
May 13th, 2010
If you have phpMyAdmin installed, it can be used to change the MySQL root password. (If you don’t have phpMyAdmin installed, there are installation instructions in this post.)
- Log in to phpMyAdmin. (If you have phpMyAdmin set up as described in this post, log in to phpMyAdmin by opening a web browser like Firefox and entering
http://localhost/phpmyadmin/
as the URL.) - Click on the ‘Privileges’ tab to view a list of all Users.
- Click the little pencil icon in the rightmost column of each ‘root’ account.
- Enter a password in appropriate field of the newly-loaded page.