Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Why is there the problem of no permission to access phpmyadmin?

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Editor to share with you why there is no permission to access the phpmyadmin problem, I believe that most people do not understand, so share this article for your reference, I hope you will learn a lot after reading this article, let's go to know it!

Since port 80 is occupied when I install wampserver, I change the default port to 8080, and then the problem arises. When I log in to phpmyadmin, I always jump out of "You don't have permission to access / phpmyadmin/ on this server." Said I didn't have access to phpmyadmin.

Port 8080 is used for WWW proxy services to enable web browsing, often adding a ": 8080" port number when visiting a website or using a proxy server.

The reason why you do not have the right to restrict access to phpmyadmin: it is because phpmyadmin prohibits access to the public network.

Solution:

Open the httpd.conf file

Set

# onlineoffline tag-don't removeOrder Deny,AllowDeny from allAllow from 127.0.0.1

Change to

# onlineoffline tag-don't removeOrder Allow,DenyAllow from all

Open the XXX/wamp/alias/phpmyadmin.conf file

Set

Options Indexes FollowSymLinks MultiViewsAllowOverride allOrder Deny,AllowDeny from allAllow from 127.0.0.1

Modify to

Options Indexes FollowSymLinks MultiViewsAllowOverride allOrder Deny,AllowAllow from all

Save and restart all Wamp services.

The above is all the contents of the article "Why there is the problem of unauthorized access to phpmyadmin". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report