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

For the database from the previous question, please give an SQL query which returns the invoice number of all invoices which contain the article with the number ?1234?. The query should be able to run under a MySQL 4.0 database.

1 Answers  


How do you control the max size of a HEAP table?

1 Answers  


How can you move the master database

0 Answers   IBM,


How do I find mysql version in mysql workbench?

0 Answers  


What is the datatype for password in mysql?

0 Answers  






Why are function needed?

0 Answers  


What is logs in mysql?

0 Answers  


What are the advantages/disadvantages of mysql and php?

0 Answers  


What are the benefits of mysql?

0 Answers  


How do I export mysql query results to excel?

0 Answers  


How do I run mysql on a mac?

0 Answers  


How do I find users in mysql?

0 Answers  


Categories