How to solve the problem that phpMyAdmin cannot be opened

王林
Release: 2023-02-23 20:40:02
Original
5097 people have browsed it

How to solve the problem that phpMyAdmin cannot be opened

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:

How to solve the problem that phpMyAdmin cannot be opened

This is because our MySQL has a password just now, but the default phpMyAdmin The password for communicating with MySQL 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.

How to solve the problem that phpMyAdmin cannot be opened

How to solve the problem that phpMyAdmin cannot be opened

The above content is for reference only!

Recommended video tutorial:PHP video tutorial

The above is the detailed content of How to solve the problem that phpMyAdmin cannot be opened. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!