centos7 phpmyadmin 远程访问

需要修改一下服务器端的配置,我们找到 /opt/lampp/etc/extra/httpd-xampp.conf文件,

<Directory "/opt/lampp/phpmyadmin">
    AllowOverride AuthConfig Limit
 
 # Require local
   # ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
   Allow from all
   Require all granted

</Directory>

重启就可以了


猜你喜欢

转载自blog.csdn.net/heyuqing32/article/details/80953408
今日推荐