How do you change a password for an existing user via
mysqladmin?
Answer Posted / anil alpati
mysqladmin -u root -p password "oldpassword" "newpassword"
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why we use mysqli instead of mysql?
What is the difference between mysql and pdo?
What is the use of pdo?
What you can use regular expression for in mysql? Support your answer with an example?
How database are managed?
What are the difference between and myisam and innodb?
What is the function of mysqldump?
What is the hostname for mysql database?
What are the limitations of mysql?
Give string types available for column?
Explain csv tables.
How do I create a mysql database?
How can I create table in mysql?
What does mysql_query return?
Explain the difference between delete and truncate.