Interview Questions

How do you change a password for an existing user via mysqladmin?

MySQL and SQL


(Continued from previous question...)

How do you change a password for an existing user via mysqladmin?

mysqladmin -u root -p password "newpassword"

(Continued on next question...)

Other Interview Questions