How can i change password of a user in MySql.
How can i change password of a user in MySql.
Hello,
You won't be able to change a mysql user password.
The easier way to do this is by re-creating the user with the new password.
:: Server Buddies ::
Server Management & Monitoring
.Dedicated Server Solutions At Affordable Rates.
Creating a new MySQL user of the same username and new password will overwrite the existing password for that MySQL user.