Home  >  Article  >  Database  >  When connecting to phpMyAdmin in xampp, the prompt cannot be connected

When connecting to phpMyAdmin in xampp, the prompt cannot be connected

王林
王林Original
2019-12-28 13:23:203334browse

When connecting to phpMyAdmin in xampp, the prompt cannot be connected

1. Verify whether the apache port is correct

Openhttp://127.0.0.1:9002 (9002 is the apache port set by yourself No.)

If there is any problem with this step, please open the configuration file and check whether the port number setting is correct.

When connecting to phpMyAdmin in xampp, the prompt cannot be connected

2. Change the phpmyadmin password

Find X:\xampp\phpMyAdmin\config.inc.php (X represents your drive letter, such as C drive ), and use the text tool to open

When connecting to phpMyAdmin in xampp, the prompt cannot be connected

to find "password", set a password within the quotation marks, such as '123456', save the file and exit, open Address http://127.0.0.1:9002/phpmyadmin/

Successfully logged in!

When connecting to phpMyAdmin in xampp, the prompt cannot be connected

Recommended related articles and tutorials: phpmyadmin tutorial

The above is the detailed content of When connecting to phpMyAdmin in xampp, the prompt cannot be connected. 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