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

Answers were Sorted based on User's Feedback



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

Answer / anil alpati

mysqladmin -u root -p password "oldpassword" "newpassword"

Is This Answer Correct ?    3 Yes 0 No

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

Answer / guest

mysqladmin -u root -p password "newpassword" .

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More MySQL Interview Questions

Is there a way to see the files which are stored?

0 Answers  


What is heap table?

0 Answers  


What is the hostname for mysql database?

0 Answers  


Is null in mysql?

0 Answers  


What is timestamp in mysql?

0 Answers  






What language is mysql written in?

0 Answers  


What is a string in mysql?

0 Answers  


What is query design?

0 Answers  


What is mysql and mysqli?

0 Answers  


How to get the number of rows selected or affected by a sql statement?

0 Answers  


how can you test for null values in a database? : Mysql dba

0 Answers  


What is difference mysql and mysqli?

0 Answers  


Categories