`

Installation wampserver

    博客分类:
  • php
 
阅读更多

1,install wampserver on windows7
2,
    Go to the control panel of your Server (wamp server PC)
    Go System and Security
    Choose Windows Firewall
    Choose Advance Settings
    Choose Inbound Rule
    Choose New Rule - New Inbound Rule Wizard will pop up
    Choose Port and click next
    Choose TCP and click next
    Enter 80, 3306 (These are default ports respectively for Apache and Mysql servers on wamp) if you have changed them on your wamp server PC then indicate the appropriate ports
    Choose Allow the Connection
    Check or uncheck whether you will allow this ports on Private, Public or Domain Network
    Give the rule a name and click finish
3,Allow remote access apache
  modify httpd.conf
  <Directory "c:/wamp/www/">  
    Options Indexes FollowSymLinks 
    AllowOverride all  
    Order allow,deny
    Allow from all
    Require all granted
  </Directory>
4,Allow remote access myphpadmin
<Directory "c:/wamp/apps/phpmyadmin4.1.14/">
   Options Indexes FollowSymLinks MultiViews
   AllowOverride all
   Order Deny,Allow
    Allow from all
 
  php_admin_value upload_max_filesize 128M
  php_admin_value post_max_size 128M
  php_admin_value max_execution_time 360
  php_admin_value max_input_time 360
</Directory>
5,Allow remote connect mysql
  User     Host     Type     Privileges     Grant     Action
Any    %    database-specific    ALL PRIVILEGES    No    Edit Privileges Edit Privileges
root    127.0.0.1    global    ALL PRIVILEGES    Yes    Edit Privileges Edit Privileges
root    ::1    global    ALL PRIVILEGES    Yes    Edit Privileges Edit Privileges
root    localhost    global    ALL PRIVILEGES    Yes    Edit Privileges Edit Privileges
yong    %    global    ALL PRIVILEGES    Yes    Edit Privileges Edit Privileges
database-specific    ALL PRIVILEGES    No    Edit Privileges Edit Privileges
yong    localhost    global    ALL PRIVILEGES    No    Edit Privileges Edit Privileges

分享到:
评论

相关推荐

    wampserver

    **WampServer详解** WampServer是一款在Windows操作系统上搭建本地Web开发环境的工具,它集成了Apache服务器、MySQL数据库和PHP解释器。这个强大的工具让开发者能够在个人计算机上快速建立一个与线上服务器相似的...

    wampserver3.2.6(64)

    WampServer 3.2.6(64位)是一个针对Windows操作系统的本地Web开发环境。这个集成的套装包括了Apache服务器、MySQL数据库和PHP解释器,为开发者提供了在自己的计算机上搭建网站和应用程序的便利平台。以下是关于...

    wampserver3.1.7_x64.zip

    WampServer 3.1.7 是一个流行的本地Web开发环境,特别适合Windows用户。它是一个集成的平台,包含了Apache服务器、MySQL数据库和PHP解释器,使得开发者可以在自己的计算机上搭建和测试网站,无需在线发布就能运行PHP...

    wampserver3.2.3安装包64位.rar

    WampServer是一款在Windows操作系统上运行的开源软件,它允许用户在本地计算机上搭建Web开发环境,无需深入了解服务器配置和管理。WampServer3.2.3是该软件的一个版本,专为64位(x64)Windows系统设计。这个安装包...

    wampserver2.5加安装报错解决包

    4. **关闭IIS服务**:如果你的Windows系统已经预装了Internet Information Services (IIS),IIS和WampServer可能会争夺80端口,导致WampServer无法正常工作。关闭IIS服务或更改WampServer的端口号(如改为81)可解决...

    WampServer

    **WampServer详解** WampServer,全称为Windows Apache MySQL PHP Server,是由法国开发者开发的一款集成环境,旨在为Windows用户提供便捷地搭建本地Web开发环境。它将Apache Web服务器、PHP解释器和MySQL数据库...

    wampserver3.2.0.zip

    - 支持32位和64位Windows系统:在压缩包中,我们看到了两个可执行文件——wampserver3.2.0_x64.exe和wampserver3.2.0_x86.exe,分别对应64位和32位的Windows系统,确保了广泛的兼容性。 - 自动配置:WampServer安装...

    wampserver安装包下载

    下面我们将详细探讨WampServer的安装过程、主要组件以及其在IT领域中的应用。 首先,WampServer的安装非常简单。你需要从官方网站或可靠的下载源下载最新版本的WampServer压缩包,这个压缩包的大小大约为571MB。...

    WampServer3_x86

    WampServer3_x86_apache2.4.17_mysql5.7.9_php5.6.15.exe 安装WampServer3之前,必须安装的C++全部安装包

    Wampserver-v2.0c

    总之,Wampserver v2.0c是一个强大的工具,它简化了在Windows上建立本地Web开发环境的过程,让开发者可以专注于代码编写,而非底层服务器配置。无论你是初学者还是经验丰富的专业开发人员,这个集成环境都能为你提供...

    wampserver插件

    WampServer插件则是为了扩展其功能而设计的组件,它们可以增强WampServer的性能,提供额外的管理工具,或者添加特定的开发特性。 一、WampServer核心组件 1. Apache:Apache是世界上最流行的Web服务器软件,...

    wampserver的32和64位

    **WampServer 32位与64位详解** WampServer是一款针对Windows操作系统的集成PHP开发环境,它包括了Apache服务器、MySQL数据库和PHP解释器等组件,为开发者提供了在本地环境中搭建Web服务器的便利。WampServer分为32...

    wampserver安装缺失vcruntime140.dll

    wampserver安装缺失vcruntime140.dll, --- Visual C++ Packages --- The MSVC runtime libraries VC9, VC10, VC11 are required for Wampserver 2.4, 2.5 and 3.0, even if you use only Apache and ...

    wampserver3.1.0_x64下载地址

    wampserver3.1.0_x64下载地址wampserver3.1.0_x64下载地址wampserver3.1.0_x64下载地址wampserver3.1.0_x64下载地址

Global site tag (gtag.js) - Google Analytics