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

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -