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 database are managed?
What are the column comparisons operators?
Is mysql easy to learn?
How do I copy an entire mysql database?
What are stored procedures and functions?
How to create trigger in mysql workbench?
How can you create and drop view in mysql?
SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?
What is the difference between unix timestamp and mysql timestamp?
How do I automate a backup in mysql?
How do you know the version of your mysql server?
What is the difference between the LIKE and REGEXP operators?
Is sql and mysql same?
What is RMS Migrations
What is the function of myisamchk?