When you have finished installing Wamp, when you open localhost or IP, you can see that it is ready to run.
But when you want to use phpMyAdmin, you'll notice the following:
You don't have permission to access/phpmyadmin/on the this server.
Workaround:
Open the following file:
C:\WAMP\ALIAS\PHPMYADMIN.CONF//This is the contents of your Wamp installation directory
Change to this:
<Directory "c:/wamp/apps/phpmyadmin3.4.5/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Allow from all</Directory>
Your original configuration should look like this:
<Directory "c:/wamp/apps/phpmyadmin3.4.5/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,Allow Deny from all Allow from 127.0.0.1</Directory>
After the changes are saved, restart Wamp!
Wamp cannot use phpMyAdmin, prompting "You do not have permission to access/phpmyadmin/on the this server."