Where are MySQL passwords stored and are they encrypted or even hashed?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
MySQL passwords are stored in the user table of the mysql database and are encrypted using it's own algorithm. You can find more information in the MySQL documentation |
|||
|
|
|
MySQL passwords for users are stored within MySQL itself; they are stored in the |
|||
|
|
|
I guess that you mean the database privileges... They are stored in the schema and privilege tables. More specific info is available here: |
|||||
|