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
Is there a way to see the files which are stored?
What is the usage of "i-am-a-dummy" flag in mysql?
What language is mysql written in?
How do I add a column to a table in mysql?
How to returns the columns and column information pertaining to the designated table.
How to Recover a MySQL root password. Stop the MySQL server process. Start again with no grant tables. Login to MySQL as root. Set new password. Exit MySQL and restart MySQL server.
Explain the difference between mysql and mysql interfaces in php?
How to dump a table to a file with 'mysqldump'?
How to use regular expression in pattern match conditions?
How can we encrypt and decrypt a data presented in a table using mysql?
How we can see all indexes defined for a table in mysql?
Is mysql a dbms?
What are the advantages/disadvantages of mysql and php?
How to add a new column to an existing table in mysql?
What is mysql gpl?