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
What are ddl statements in mysql?
What is mysql and how it works?
why not null is not allowed at table level
How do I install mysql?
How can I change database in mysql?
How to enter Characters as HEX Numbers?
How large can a mysql database become?
How do I zip a file in mysql?
How do I copy an entire mysql database?
How can you find out the version of the installed mysql?
How do I find users in mysql?
What mysql means?
What are the drivers in MySQL?
What are the other commands to know the structure of a table using mysql commands except explain command?
what is cte? : Mysql dba