Home > Database > phpMyAdmin > body text

What should I do if the phpmyadmin management homepage is not displayed?

coldplay.xixi
Release: 2020-07-21 10:34:32
Original
4265 people have browsed it

The solution to the problem that the phpmyadmin management home page is not displayed: first set the values ​​of DocumentRoot and Directory; then open the Apache and MySQL services; then enter the statement in the browser to open the XAMPP welcome page; finally click on the left menu bar phpMyAdmin option is enough.

What should I do if the phpmyadmin management homepage is not displayed?

Solution to the phpmyadmin management homepage not being displayed:

Step 1: Open In the httpd.conf file in the conf folder under the Apache installation directory, set the DocumentRoot and Directory values ​​to "E:/xampp/htdocs" (my XAMPP is installed on the E drive) .

What should I do if the phpmyadmin management homepage is not displayed?

Step 2: Open the XAMPP control interface and click the [start] button to start the Apache and MySQL services.

What should I do if the phpmyadmin management homepage is not displayed?

Step 3: When the message as shown in the figure appears, it means that the Apache and MySQL services have been started successfully. If the startup is unsuccessful, ports such as 80 may be occupied. Just modify the port and start it.

What should I do if the phpmyadmin management homepage is not displayed?

Step 4: Open the browser and enter http://localhost/xampp/index.php## in the address bar #, the XAMPP welcome page appears as shown in the figure (note: this page can only be accessed from the Apache directory). Click the phpMyAdmin option in the menu bar on the left side of the page.

What should I do if the phpmyadmin management homepage is not displayed?

Step 5: In this way, we have entered the management homepage of phpMyAdmin and can perform MySQL operations.

Note: When entering for the first time, the phpMyAdmin server displays 127.0.0.1, which means it is connected to the local MySQL database.

What should I do if the phpmyadmin management homepage is not displayed?

Related tutorial recommendations:

phpmyadmin

The above is the detailed content of What should I do if the phpmyadmin management homepage is not displayed?. 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