
When using phpmyadmin externally, I found the following prompt:
You don't have permission to access /phpmyadmin/ on this server.
Solution:
Open the following file:
c:\wamp\alias\phpmyadmin.conf //This is the content of your wamp installation directory
Modify it like this:
Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Allow from all
Your original configuration should be like this:
Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Deny from all Allow from 127.0.0.1
After modifying and saving, restart wamp!
Recommended learning:phpmyadmin tutorial
The above is the detailed content of How to connect to phpmyadmin externally. For more information, please follow other related articles on the PHP Chinese website!
Commonly used mysql management tools
What to do if phpmyadmin fails to import sql file
How to change phpmyadmin to Chinese
What's going on when phpmyadmin can't access it?
Introduction to the relationship between php and front-end
Litecoin price today
Solution to javascript:;
Three triggering methods of sql trigger