Home > Database > phpMyAdmin > body text

How to enter the phpmyadmin login interface

Release: 2019-12-16 09:48:46
Original
9226 people have browsed it

How to enter the phpmyadmin login interface

How to enter the phpmyadmin login interface:

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

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

Step 3: If the startup fails, it may be that ports such as 80 are occupied. Just modify the port and start it.

Step 4: Open the browser, enter http://localhost/xampp/index.php in the address bar, and the XAMPP welcome page will appear (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.

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.

Recommended related articles and tutorials: phpmyadmin tutorial

The above is the detailed content of How to enter the phpmyadmin login interface. 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!