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

How to load a csv file into a table

0 Answers  


What is the password of mysql?

0 Answers  


Who owns mysql database?

0 Answers  


What mysql means?

0 Answers  


How do I update a variable in mysql?

0 Answers  






What is a table schema?

0 Answers  


What is the current mysql version?

0 Answers  


Why to use char instead of varchar in the database?

0 Answers  


What does do in mysql?

0 Answers  


What are the different mysql database engines?

0 Answers  


How is mysql database stored?

0 Answers  


What is the datatype of image?

0 Answers  


Categories