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 MySQL is different from SQL?

17 Answers   HCL, IBM,


How to set the time zone for MySQL to particular country time?

0 Answers  


How to create a test table in your mysql server?

0 Answers  


What are all the Common SQL Function?

0 Answers  


What is trigger in mysql?

0 Answers  






Which storage engines support transactions in MySQL?

2 Answers  


What are date and time intervals?

0 Answers  


What are the different column comparison operators in mysql?

0 Answers  


What is current version of mysql?

0 Answers  


How big is a blob mysql?

0 Answers  


What is the storage engine for mysql?

0 Answers  


how we will Show selected records sorted in an ascending (asc) or descending (desc).

0 Answers  


Categories