Home >Database >phpMyAdmin >How to check phpmyadmin database password

How to check phpmyadmin database password

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-12-10 13:33:505121browse

How to check phpmyadmin database password

You cannot see the original password, you can only see the encrypted password of the database user. If it is md5 encryption, you can try to use the online md5 cracking tool to crack it.

1. Open phpmyadmin;

2. Select the mysql library from the main menu on the left, and then select the user table;

You can see the encrypted user information in the user table Password, see attached picture:

How to check phpmyadmin database password

PHP Chinese website has a large number of free phpmyadmin introductory tutorials, everyone is welcome to learn!

The above is the detailed content of How to check phpmyadmin database 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

Related articles

See more