centos7phpmyadmin 远程访问

xiaoxiao2021-02-28  20

需要修改一下服务器端的配置,我们找到 /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>

重启就可以了

转载请注明原文地址: https://www.6miu.com/read-2624446.html

最新回复(0)