phpMyAdmin is a website that can manage mysql database in a more comprehensive way.
How to install phpmyadmin in a wamp environment:
First decompress phpMyAdmin and put it in the ./htdocs
folder of the apache server.
Then after the browser access, start the installation.
It may appear that you use a browser to open: http://localhost/phpMyAdmin/
Access and find that the page is blank.
Cause:
The statement localhost corresponding to 127.0.0.1 is commented out in the hosts file of win7.
Solution:
Enter the system disk such as C:/windows/system32/driver/etc/
Find the hosts file and uncomment it.
Then restart the computer.
Recommended related articles and tutorials: phpmyadmin tutorial
The above is the detailed content of How to install phpmyadmin in wamp environment. For more information, please follow other related articles on the PHP Chinese website!