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 the maximum number of records in mysql table?

446


Is mysql from oracle?

490


What is a data directory?

506


How is oracle different from mysql?

482


Differentiate CHAR_LENGTH and LENGTH?

568






If we use sum function in mysql, does it return sum of that row or for that column?

518


Which is better mysql or mssql?

468


What are the types of database engines available in mysql?

466


What are Heap tables?

821


What are the different column comparison operators in mysql?

474


How to write optimized query in mysql?

526


What is data in mysql?

478


What is the difference between primary key and candidate key?

498


Which is better sqlite or mysql?

481


all the queries used in sql

2143