Knowledgebase: VPS Hosting
|
How would I change the root MySQL Password?
Posted by on 28 March 2011 07:28 PM
|
|
|
To change MySQL root password, use the following command: mysqladmin -u root -p'oldpassword' password newpassword
oldpassword - is your old MySQL root password, newpassword - your new MySQL root password. | |
|
|
|
Comments (0)

