摘要:
编辑 lampp/etc/extral/httpd-xampp.conf 文件注释掉 连上mysql,修改mysql下root 用户的登入密码为123456,执行 UPDATE user SET password=PASSWORD('123456') WHERE user='root'; 修改xam 阅读全文
摘要:
多域名,虚拟主机的配置开启虚拟主机配置选项:打开httpd.conf文件,找到httpd-vhosts.conf那一行,解除该行注释;打开httpd-vhosts.conf文件修改如下 ServerName localhost DocumentRoot "/Applications/XA... 阅读全文