404 Not Found after entering phpmyadmin

Description

After creating a database using the pagoda panel, I want to see if the data is stored normally, and I plan to enter it phpmyadminfor viewing, and then it will be displayed after it is found 404 Not Found.
phpmyadmin404

Solution

It is recommended to check method two first

method one:
  1. First check whether the port 888 you use or the port you have modified is allowed in the security group of the cloud server .
Method Two:
  1. If this problem still occurs in the release, it means that Nginxthere is a problem with your settings and phpmyadminthe correct path has not been found . Let us continue.

  2. Enter the software store of the pagoda , then find it Nginx, open the settings and enterNginx管理

    Enter Nginx

  3. Open the configuration changes, find listen 888this section, and then root /wwww/server/stopmodify as root /www/server/phpmyadminyou can

    modify

  4. Correct as follows
    correct

phpmyadmin and PHP match instructions:

  1. In software management-phpmyadmin-Settings-PHP version
  2. Then select the corresponding PHP version.
PHP version phpmyadmin version
Only PHP5.2 phpmyadmin4.1
Only PHP5.5 and below Install phpmyadmin4.4
Only PHP5.6 phpmyadmin4.6
PHP7.x phpmyadmin4.7/4.8/5.0

Guess you like

Origin blog.csdn.net/qq_30722795/article/details/108963035
Recommended