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
How do I know if mysql is installed on windows?
How can I create table in mysql?
What is the difference between b-tree and hash indexes?
What is pragma serially_reusable and why is it used?
all the queries used in sql
How can you take the backup and restore a mysql database using php?
What are date and time functions in mysql?
What are queries used for?
Explain % and _ inside like statement?
What is indexing in mysql?
How to returns the columns and column information pertaining to the designated table.
How do I setup a mysql database?
What are mysql functions?
What are mysql queries?
How many types of indexes are there in mysql?