Home > Database > Mysql Tutorial > How to check your mysql password

How to check your mysql password

王林
Release: 2020-10-19 10:58:12
Original
15310 people have browsed it

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;
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template