Home  >  Article  >  Database  >  Reasons and solutions for being unable to access phpmyadmin

Reasons and solutions for being unable to access phpmyadmin

尚
Original
2019-12-11 14:59:019040browse

Reasons and solutions for being unable to access phpmyadmin

The WAMP integrated development package not only comes with a MySQL database, but also integrates a web version of the MySQL database management tool, phpMyAdmin, which can be used to visually manage the database.

After installing WAMPSever, I wanted to open phpMyAdmin and found that the opening interface is as follows:

Reasons and solutions for being unable to access phpmyadmin

This is because our MySQL has a password, but the default phpMyAdmin and The password for MySQL communication is empty, so how to change it?

Open the wampserver installation directory, then open \wamp\apps\phpmyadmin4.1.14 in sequence, use Notepad or DW software to open config.inc.php inside, and find "cfg[′Servers′][cfg[′ Servers′][i]['password'] = ”;”, enter the password you just modified in the last two single quotes, and then save it. After the operation is completed, refresh the phpMyAdmin page and it will display normally.

Reasons and solutions for being unable to access phpmyadmin

For more phpmyadmin related technical articles, please visit the phpmyadmin tutorial column!

The above is the detailed content of Reasons and solutions for being unable to access phpmyadmin. 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