|
Change the MySQL root user password |
|
|
|
|
Written by Amanatullah khalil
|
|
Sunday, 24 May 2009 |
|
Change the root user password for MySQL using mysqladmin To change the MySQL root password to PaSsWoRd, use: mysqladmin -u root password PaSsWoRd courtesy http://www.tech-recipes.com/rx/19/change-the-mysql-root-user-password/
|