How do you change a password for an existing user via
mysqladmin?
Answers were Sorted based on User's Feedback
Answer / anil alpati
mysqladmin -u root -p password "oldpassword" "newpassword"
Is This Answer Correct ? | 3 Yes | 0 No |
What is offset limit?
Which statement is used to delete a table in MySQL.
Do I need to pay for mysql?
Is pdo faster than mysqli?
List the different types of normalization?
how to delete duplicate rows in sql server 2005?
What are different types of queries?
What are the different types of triggers in mysql?
What is the purpose of using ifnull() function?
What is the difference between unix timestamps and mysql timestamps?
How many tables we can create in mysql database?
What is the current mysql version?