Wamp cannot use phpMyAdmin, prompting "You do not have permission to access/phpmyadmin/on the this server."

Source: Internet
Author: User
Tags phpmyadmin

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."

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.