Home > Database > phpMyAdmin > body text

xampp cannot access phpmyadmin

王林
Release: 2019-12-28 11:36:43
Original
7102 people have browsed it

xampp cannot access phpmyadmin

1. Open the xampp directory (the default installation directory, if you modify it, please find the xampp installation directory), open the phpmyadmin directory, and find the configuration file config.inc in the directory. php, my default configuration (part) is as shown in the picture:

xampp cannot access phpmyadmin

2. Then add the following code after $cfg['Lang'] = "":

$cfg['Servers'][$i]['port'] = '3307'
Copy after login

3. Save, restart apache, enter localhost/phpmyadmin in the address bar, you can directly enter the management interface of phpmyadmin,

As shown in the picture:

xampp cannot access phpmyadmin

Recommended related articles and tutorials: phpmyadmin tutorial

The above is the detailed content of xampp cannot access phpmyadmin. 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