Home  >  Article  >  Database  >  How to check your mysql password

How to check your mysql password

王林
王林Original
2020-10-16 10:16:3315279browse

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.

How to check your mysql password

1. Log in to mysql

(Recommended tutorial: mysql video tutorial)

How to check your mysql password

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn