How to check phpmyadmin account password

silencement
Release: 2023-02-28 17:56:01
Original
11148 people have browsed it

How to check phpmyadmin account password

Start Wampserver

Wait until the icon on the taskbar turns green, wampserver starts successfully

Click the wampserver icon, and then Click phpmyadmin to enter the phpmyadmin management interface

Find and click the user

Click the edit permission in the yellow box, because my root has set a password, so I The value of the password column is "Yes", if there is no password, it is "No"

Then enter this page, scroll down to find the change password, enter the password you want to set, and click Start

Refresh the phpmyadmin page and you will see an error message because the password has been enabled

Then, find the WampServer program installation directory and find the phpmyadmin directory in the apps directory

Open the phpmyadmin directory config.inc.php file, find the following code: $cfg['Servers'][$i]['password'] = ''Enter the password you just set in the single quotes to the right of the equal sign

,save.

There will still be an error message when you reopen the phpmyadmin page. It doesn't matter. Refresh it and phpmyadmin can access it normally.

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