How do you change a password for an existing user via
mysqladmin?
Answer Posted / guest
mysqladmin -u root -p password "newpassword" .
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is difference between mysql and mariadb?
How can I see mysql database?
How to convert numeric values to character strings?
How do I zip a file in mysql?
How to include comments in sql statements?
How to shutdown mysql server?
Is null in mysql?
What is table level locking in mysql?
How do I stop a mysql command?
What are the different tables present in MySQL?
What are the advantages/disadvantages of mysql and php?
How to calculate the difference between two dates?
What is a text delimiter?
what is the default port for mysql server? : Mysql dba
What are the differences between a primary key and foreign key?