The following uses the tutorial column of phpmyadmin to introduce to you the method to solve the problem that phpmyadmin cannot enter the pagoda panel , I hope it will be helpful to friends in need!
It is too common to install phpmyadmin in the Pagoda Panel but cannot enter the database. Many people have bought servers and installed the Pagoda Panel, but ten people Eight people cannot enter phpmyadmin. I have summarized the following three solutions:
When we enter phpmyadmin, the port defaults to 888. At this time, we need to check the Pagoda panel and the Alibaba Cloud (I bought the server from Alibaba Cloud. Or Tencent Cloud, etc.) controller Whether port 888 of the security group is open.
1. First check whether the 888 port in the pagoda panel is open?
If it is not open, just open it:
If it is open, go to the security of Alibaba Cloud console Check whether the group is open:
Enter the configuration rules:
Add security group rules if there is no 888 port:
The address segment generally defaults to:
0.0.0.0/0 That's it |
Okay, port 888 is generally open, and most of them can get in. Mine is a cloud server ECS. If yours is a lightweight server , then you need to do one more step:
Open port 888 in the firewall (equivalent to the security group).
If it is purely static, just choose the php version.
This solution rate is small, but if the above method does not work after trying it, it is strongly recommended to change the version.
Here is a reference: (Just a reference!!!)
The above is the detailed content of How to solve the problem that phpmyadmin cannot enter the pagoda panel. For more information, please follow other related articles on the PHP Chinese website!