You cannot use phpmyadmin for wamp. The following message is displayed when you open localhost or ip after installing wamp. You can run it but want to use phpmyadmin: Youdonthavepermissiontoaccess
Wamp cannot use phpmyadmin, and the prompt "You don't have permission to access/phpmyadmin/on this server. "When You open localhost or ip address after wamp is installed, You will find that You can run it but want to use phpmyadmin. The following message is displayed: You don't have permission to access.
Wamp cannotUsePhpmyadmin,Prompt"You don't have permission to access/phpmyadmin/on this server ."
After wamp is installed, you can run it when you open localhost or ip address.
But wantUsePhpmyadmin, foundPromptAs follows:
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 in your wamp installation directory.
Modify it as follows:
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 the modification is saved, restart wamp!
Reference: http://stackoverflow.com/questions/8366976/wamp-error-forbidden-you-dont-have-permission-to-access-phpmyadmin-on-this