【问题标题】:I want a xampp 5.6.21 configured file我想要一个 xampp 5.6.21 配置文件
【发布时间】:2016-09-11 17:27:01
【问题描述】:

我想从同一局域网中的另一台计算机访问 phpmyadmin 数据库,但被拒绝。 然后我编辑了我配置的httpd-xampp,但是我认为版本问题使它不起作用。而且我忘记配置我的原始备份。我可以拥有一份完整的 httpd-xampp.conf 吗? 如果配置文件已经被编辑并且允许用户从其他 IP 访问而不只是从本地主机访问,那就更好了。 谢谢~~~

【问题讨论】:

  • 我已经解决了这个问题
  • AddDefaultCharset UTF-8 # Apache 2.4 #Require ip 127.0.0.1 #Require ip ::1 Require all grant # Apache 2.2 Order Deny,Allow Allow from All Allow from 127.0.0.1 Allow from ::1 粘贴这个,就完成了!

标签: mysql apache phpmyadmin xampp


【解决方案1】:

实际上,您必须将 apache 端口添加到防火墙才能在 LAN 中访问它。 以下是向防火墙添加端口的过程:

第一步:开始->控制面板->windows防火墙->高级设置->

第 2 步:按照添加的图像进行操作

Add new rule and select the options of 3 screens shown in one image

select options as shown in image and at last add rule name and description

完成了

【讨论】:

    猜你喜欢
    • 2016-10-10
    • 2011-05-11
    • 2021-11-03
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2010-12-09
    • 2013-09-19
    • 2016-03-31
    相关资源
    最近更新 更多