Home  >  Article  >  Database  >  How to use phpmyadmin to change the Dreamweaver backend password

How to use phpmyadmin to change the Dreamweaver backend password

王林
王林Original
2019-12-13 13:44:044967browse

How to use phpmyadmin to change the Dreamweaver backend password

Open PHPMYADMIN locally, enter your username and password, and log in to PHPMYADMIN

Find the database of the website and find the storage management table [dede_admin]

How to use phpmyadmin to change the Dreamweaver backend password

After opening the [dede_admin] table, click Browse

How to use phpmyadmin to change the Dreamweaver backend password

After clicking Browse, you will find the user name and password, but the password is MD5 encrypted

How to use phpmyadmin to change the Dreamweaver backend password

So if you want PHPMYADMIN to recognize your password, it must be MD5 encrypted, so we also need to encrypt our password.

Use the MD5 online encryption tool. After opening it, we start to encrypt our password. Let’s assume the password is 123456. Click Encrypt and select a 32-digit lowercase password

How to use phpmyadmin to change the Dreamweaver backend password

MD5 encryption has 16-bit and 32-bit encryption, but phpmyadmin uses 20-bit encryption. I tried several groups and discovered the secret. It turns out that the password required by PHPMYADMIN is a 32-bit password minus the first five and last seven digits.

How to use phpmyadmin to change the Dreamweaver backend password

Go back to PHPMYADMIN, click [Pencil] to edit

How to use phpmyadmin to change the Dreamweaver backend password

Copy [c3949ba59abbe56e057f] to PHPMYADMIN, click Execute, change the password successfully

How to use phpmyadmin to change the Dreamweaver backend password

#Open the Dreamweaver backend, enter the user name and password, as shown in the picture:

How to use phpmyadmin to change the Dreamweaver backend password

Just click to log in.

Recommended related article tutorials: phpmyadmin tutorial

The above is the detailed content of How to use phpmyadmin to change the Dreamweaver backend 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