How to check your mysql password: first log in to the mysql database; then execute the [select * from mysql.user;] statement to check your mysql password.
1. Log in to mysql
(Recommended tutorial: mysql video tutorial)
2. Enter the following command to view
select *from mysql.user;
Note: The password viewed is MD5 encrypted.
Related recommendations: mysql tutorial
The above is the detailed content of How to check your mysql password. For more information, please follow other related articles on the PHP Chinese website!