DBA > Job Interview Questions > MySQL and SQL

How do you change a password for an existing use

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(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 Job Interview Questions