|
Programming -
MySQL
|
|
Monday, 02 November 2009 11:42 |
|
if using MySql for the first time then we use the command #mysqladmin -u root password 'yourpassword' give your own password for 'your password' but without quotes if you know your root password and want to reset it. then we can use the command #mysqladmin -u root -p'oldpassword' password 'newpassword' give your old password and new password but without quotes. if you forgot the root password
|
|
Last Updated on Monday, 02 November 2009 12:20 |