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
Is mysql and sql are same?
What is memory table in mysql?
What is max connection in mysql?
What is pdo connection?
What are the steps required to view your mysql database?
What are the differences between innodb and myisam engines?
How to create trigger in mysql workbench?
How do I connect to mysql database?
Which is better mysql or microsoft sql?
How do I create a schema in mysql?
What is the datatype for password in mysql?
Can you tell few best practices to be followed for optimization in sql?
What is mysql workbench used for?
How do you login to MySql using Unix shell?
What is a csv table?