Where is mysql password stored?



Where is mysql password stored?..

Answer / Arunesh Ranjan

By default, MySQL stores user passwords in an encrypted format within the `mysql.user` table of the MySQL database.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How do I uninstall mysql connector?

1 Answers  


Why do we write stored procedures?

1 Answers  


How to convert character strings to dates?

1 Answers  


Is mysql a odbc?

1 Answers  


What is maximum table size in mysql?

1 Answers  


How do you select a table?

1 Answers  


What are the disadvantages of stored procedures?

1 Answers  


i made a table in sql server 2000 and in a column i want to add image path of a picture present in my hardisk... so using insert statement how will i insert the path of the image in the table??

1 Answers   WebTech,


What is the command line end user interface - mysql?

1 Answers  


What is the difference between mysql and pdo?

1 Answers  


Which storage engine is best in mysql?

1 Answers  


How many tables will create when we create table, what are they?

5 Answers  


Categories