
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

















