标签:httpd 遇到的问题 bsp 服务 xampp restart extra round nbsp
遇到的问题
1、远程不能访问phpmyadmin,只能在本地访问,但是本地为命令行模式。
需要修改一下服务器端的配置,我们找到 /opt/lampp/etc/extra/httpd-xampp.conf文件,
注释掉Require local;
添加
Order allow,deny
/opt/lampp/lampp restart all
2、远程密码登录:
vim /opt/lampp/phpmyadmin/config.inc.php
$cfg[‘Servers‘][$i][‘password‘] = ‘‘;这里设置密码
$cfg[‘Servers‘][$i][‘auth_type‘] = ‘config‘;改为cookie
/opt/lampp/lampp restart all
标签:httpd 遇到的问题 bsp 服务 xampp restart extra round nbsp
原文地址:https://www.cnblogs.com/yuyangphpweibo/p/7802315.html