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
How does select query work?
Where is mysql data stored?
How many TRIGGERS are allowed in MySql table?
What are the differences between char and varchar?
What is sharding in mysql?
How many columns can be used for creating Index?
What are date and time functions in mysql?
What is the usage of ENUMs in MySQL?
What happens if you no create privilege in a database?
How do I stop a mysql command?
How is oracle different from mysql?
How do I restart mysql on windows?
What is mvcc in mysql?
Does mysql scale well?
How to include numeric values in sql statements?