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


Please Help Members By Posting Answers For Below Questions

What is sqlyog?

612


What is a storage engine?

555


In mysql, what is the default storage engine?

503


Where is mysql installed on linux?

483


How do I delete a table in mysql workbench?

537






How to make a copy values from one column to another in mysql?

558


Does mysql need a server?

486


How to return query output in xml format?

590


What is the difference between mysql and oracle?

538


Are stored procedures precompiled?

511


Can not connect to mysql server 10060?

496


How to create table show example

530


How to get the number of rows selected or affected by a sql statement?

505


What are the functions used to encrypt and decrypt the data present in mysql?

532


How do I export mysql query results to excel?

508