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

What is offset limit?

0 Answers  


Which statement is used to delete a table in MySQL.

0 Answers  


Do I need to pay for mysql?

0 Answers  


Is pdo faster than mysqli?

0 Answers  


List the different types of normalization?

0 Answers  


how to delete duplicate rows in sql server 2005?

2 Answers   EWIT, Reliance,


What are different types of queries?

0 Answers  


What are the different types of triggers in mysql?

0 Answers  


What is the purpose of using ifnull() function?

0 Answers  


What is the difference between unix timestamps and mysql timestamps?

0 Answers  


How many tables we can create in mysql database?

0 Answers  


What is the current mysql version?

0 Answers  


Categories