Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What should I do if there is an error when WAMP opens phpMyAdmin?

2025-04-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article introduces the relevant knowledge of "what to do if there is a mistake when WAMP opens phpMyAdmin". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

Click phpMyAdmin in the WAMP window to open the database editing interface

Problem encountered: phpMyAdmin tried to connect to the MySQL server, but the server refused to connect. You should check the host, user name, and password in the configuration file and verify that this information is consistent with the information given by the MySQL server administrator.

Reason: after I changed the password of the database, I did not change the configuration file here

Solution: open the configuration file config.inc.php of phpMyAdmin. The configuration file is in the installed directory. Here is my file path.

F:\ wamp\ apps\ phpmyadmin4.1.14\ config.inc.php

Open the configuration file, find the following, and replace the modified password.

$cfg ['Servers'] [$I] [' password'] = 'MySQL password'

Remember to save after modification, and restart the server

The error may also be because you have changed something else, such as the port, so there will be no problem if you find the change.

This is the end of the content of "what to do if there is an error when WAMP opens phpMyAdmin". Thank you for your reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report