Change root password of MySQL
To Change root Password of mysql you can change it by using
mysqladmin command.
if you want to change or update root password then execute this command
mysqladmin -u root -p’oldpassword’ password newpassword
For example, If old password is tejas, and set new password to tejasbarot, enter:
mysqladmin -u root -p’tejas’ password tejasbarot
if you want to change password of other user of MySQL then execute this command
mysqladmin -u <your-username> -p oldpassword newpass
Enjoy
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.



















[...] Click on Below link to Continue Reading at Ask4 IT Solutions ( IT Solutions Provider India) Click on this link to continue reading :- http://blog.ask4itsolutions.com/2009/01/02/change-root-password-of-mysql/ [...]