Posted by
Nurul Ferdous on
May 26th, 2009 |
3 comments
Do you want to change the MySQL root user’s password? Okay, here I will be telling you the exact steps to change it right away! MySQL server generate has by using PASSWORD(‘YOUR_PASSWORD’); so you can do it also manually if you wanna change your root password. If so then open user table from mysql database and update the password column with your own password with encrypting by password().
1....