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

The solution to not allowing access to phpmyadmin

2025-04-09 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

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

This article mainly introduces the solution of not allowing access to phpmyadmin, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.

What if I do not allow access to phpmyadmin?

Resolve the issue of not having permission to access phpmyadmin

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." Saying that I don't have access to phpmyadmin, I found a solution on the Internet and shared it.

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.

By the way, where can I change the user name and password?

Find the config.inc.php file, go in to change it, do not say in detail, most people can understand.

Thank you for reading this article carefully. I hope the article "the solution to not allowing access to phpmyadmin" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

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