mysql userid password change -


am using wamp server,where in project need change userid , password of mysql.i want change username:-"root" password:-"root123".how possible?

you need...

$ mysqladmin -u root -p'oldpassword' password newpass


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -