1. 程式人生 > >Win10 64位 Apache 2.4+MySQL 5.7+PHP 7環境搭建

Win10 64位 Apache 2.4+MySQL 5.7+PHP 7環境搭建

ble read def 文本編輯 x64 得到 c11 next gin

軟件版本及獲取

Apache 2.4.25 win64 | MySQL Server 5.7.17 win64 | PHP 7.0 x64 Thread Safe

Apache 2.4.25 win64

  • Apache HTTP Server(阿帕奇網站服務器)http://httpd.apache.org/
    技術分享
    圖片.png
  • 點擊Download,並向上翻頁
    技術分享
    圖片.png
  • 可根據需要選擇網站鏡像
  • 點擊Apache HTTP Server 2.4.25欄下的Files for Microsoft Windows
    技術分享
    圖片.png
  • 點擊Apache Lounge,轉到https://www.apachelounge.com/download/
    技術分享

    圖片.png
  • Apache 2.4 binaries VC14
    Apache 2.4.25 Win64
    點擊httpd-2.4.25-win64-VC14.zip下載
    *下載地址
    https://www.apachelounge.com/download/VC14/binaries/httpd-2.4.25-win64-VC14.zip

httpd是Apache HTTP Server(阿帕奇網站服務器)的英文簡稱。

The Apache HTTP Server ("httpd") was launched in 1995 and it has been the most popular web server on the Internet since April 1996. It has celebrated its 20th birthday as a project in February 2015.
From: http://httpd.apache.org/

The Apache HTTP Server Project本身並未提供軟件的二進制發行版,而只提供了源代碼。獨立的提交者們可能提供了二進制程序包以提供便利,但這些程序包並不是發布的可交付使用的產品。
如果你自己不能編譯the Apache HTTP Server,你可以通過互聯網,從眾多可用的二進制分發(網站)獲取二進制程序包。Apache Lounge 為其一。

The Apache HTTP Server Project itself does not provide binary releases of software, only source code. Individual committers may provide binary packages as a convenience, but it is not a release deliverable.
If you cannot compile the Apache HTTP Server yourself, you can obtain a binary package from numerous binary distributions available on the Internet.
From: http://httpd.apache.org/docs/current/platform/windows.html#down

Apache 2.4 VC14 Windows Binaries and Modules利用VC14構建,需要安裝Microsoft Visual C++ 2015 Redistributable Update 3(vc_redist_x64/86.exe)。
Windows? Visual Studio C++ 2015 亦稱 VC14。
Apache 2.4 VC14 Windows Binaries不能在Windows XP和Windows 2003上運行,可以在運行在7 SP1, Vista SP2, 8 / 8.1, 10, Server 2008 SP2 / R2 SP1, Server 2012 / R2, Server 2016上。

Build with the latest Windows? Visual Studio C++ 2015 aka VC14.
The binaries below do not run on XP and 2003. Runs on: 7 SP1, Vista SP2, 8 / 8.1, 10, Server 2008 SP2 / R2 SP1, Server 2012 / R2, Server 2016.
Be sure that you have installed the latest C++ Redistributable Visual Studio 2015 : vc_redist_x64/86.exe.
From: https://www.apachelounge.com/download/

MySQL Server 5.7.17 win64

  • 進入https://www.mysql.com/
技術分享
圖片.png
  • 選擇Download標簽,並點擊Windows
技術分享
圖片.png
  • 點擊MySQL Installer
技術分享
Paste_Image.png
  • 選擇mysql-installer-community-5.7.17.0.msi,並點擊Download
技術分享
圖片.png
  • 點擊No thanks, just start my download.
技術分享
圖片.png
  • 下載地址 https://cdn.mysql.com//Downloads/MySQLInstaller/mysql-installer-community-5.7.17.0.msi

MySQL Installer 為所需的MySQL軟件提供了一種簡便的基於向導的安裝體驗。
MySQL產品見下。

MySQL Installer provides an easy to use, wizard-based installation experience for all your MySQL software needs. Included in the product are the latest versions of:
MySQL Server
MySQL Connectors
MySQL Workbench and sample models
Sample Databases
MySQL for Excel
MySQL Notifier
MySQL for Visual Studio
Documentation
From: https://dev.mysql.com/downloads/installer/

mysql-installer-web-community是MySQL在線安裝工具,mysql-installer-community是離線安裝工具。

Choosing the right file:
If you have an online connection while running the MySQL Installer, choose the mysql-installer-web-community file.
If you do NOT have an online connection while running the MySQL Installer, choose the mysql-installer-community file.
From: https://dev.mysql.com/downloads/installer/

雖然MySQL Installer是32位的,但可以安裝32位和64位的MySQL文件。

Note: MySQL Installer is 32 bit, but will install both 32 bit and 64 bit binaries.
From: https://dev.mysql.com/downloads/installer/

PHP 7.0.14(已更新至7.0.15) win64

  • 進入http://windows.php.net/ ,點擊Download
技術分享
圖片.png
  • 向下翻頁,選擇PHP7.0 VC14 x64 Thread Safe,點擊Zip下載。
技術分享
圖片.png
  • 下載地址 http://windows.php.net/downloads/releases/php-7.0.15-Win32-VC14-x64.zip

非線程安全版本適用於IIS,線程安全版本適用於Apache。推薦使用由Apache Lounge提供的Apache構建,apache.org提供的由於VC版本過於老舊而不推薦使用。

IIS
If you are using PHP as FastCGI with IIS you should use the Non-Thread Safe (NTS) versions of PHP.
Apache
Please use the Apache builds provided by Apache Lounge. They provide VC9, VC11 and VC14 builds of Apache for x86 and x64. We use their binaries to build the Apache SAPIs.
If you are using PHP as module with Apache builds from apache.org (not recommended) you need to use the older VC6 versions of PHP compiled with the legacy Visual Studio 6 compiler. Do NOT use VC9+ versions of PHP with the apache.org binaries.
With Apache you have to use the Thread Safe (TS) versions of PHP.
From: http://windows.php.net/download/

用於 Windows 的 PHP 5 的 x64構建是實驗性的,並且不提供64位的整合或大文件支持。
PHP 7 提供全整的64位支持。PHP 7 的 x64構建原始的64位整合,LFS(邏輯文件結構/系統),64位的內存限制及更多。

x86_64 Builds
The x64 builds of PHP 5 for Windows are experimental, and do not provide 64-bit integer or large file support.
PHP 7 provides full 64-bit support. The x64 builds of PHP 7 support native 64-bit integers, LFS, 64-bit memory_limit and much more.
From: http://windows.php.net/download/


所需文件總結:

技術分享
Paste_Image.png

安裝與配置

Apache與PHP解壓即可,MySQL為圖形界面安裝。且Apahce與PHP路徑有要求。方便起見,建議將三者(即下文的文件夾A、文件夾P和文件夾M)置於同一路徑,如下。

技術分享
4490640-d1b839bd815cb667.png

Apache安裝

  • httpd-2.4.25-win64-VC14.zip解壓,得到文件夾Apache24、文件-- Win64-2.4.25 VC14 --和文件ReadMe.txt。
技術分享
4490640-44b800aa3a6ce8de.png

稱文件夾Apache24為文件夾A,此文件夾可改名,建議不含中文及空格。

技術分享
Paste_Image.png

PHP 安裝

  • php-7.0.14-Win32-VC14-x64.zip解壓到文件夾php7.0.14中。稱文件夾php7.0.14為文件夾P,此文件夾可改名,建議不含中文及空格。
技術分享
4490640-75a50529bfc62659.png

MySQL安裝與配置

  • 新建文件夾MySQL,作為MySQL系列產品(如最關鍵的MySQL Server 5.7)的安裝路徑。稱文件夾MySQL為文件夾M,此文件夾可改名,建議不含中文及空格。
  • 運行mysql-installer-community-5.7.17.0.msi,以下若未說明,按圖示點擊即可。
技術分享
Paste_Image.png 技術分享
Paste_Image.png 技術分享
Paste_Image.png 技術分享
Paste_Image.png
  • Documents可選,點擊右欄上方MySQL Server 5.7.17 - X64,點擊下方Advanced Options,選擇MySQL Server組件安裝路徑和數據存放路徑。
技術分享
Paste_Image.png 技術分享
Paste_Image.png 技術分享
Paste_Image.png 技術分享
Paste_Image.png
  • 其他組件可選安裝。
    優先選擇64位版本,只有32位版本的(比如MySQL Notifier 1.1)也可以運行。
    MySQL For Excel 要求 Visual Studio Tools for Office 2010已經安裝。
    Connecter/Python 2.1 for Python 3.4/3.3/2.7 需要Python 3.4/3.3/2.7已經安裝。
    選擇完成後點擊Next。
技術分享
Paste_Image.png 技術分享
Paste_Image.png 技術分享
Paste_Image.png
  • 安裝已經完成,點擊Next配置MySQL Server。
技術分享
Paste_Image.png 技術分享
Paste_Image.png 技術分享
Paste_Image.png 技術分享
Paste_Image.png 技術分享
Paste_Image.png 技術分享
Paste_Image.png 技術分享
Paste_Image.png 技術分享
Paste_Image.png 技術分享
Paste_Image.png 技術分享
Paste_Image.png
  • 配置MySQL Server已經完成,點擊Next配置Samples and Examples。
技術分享
Paste_Image.png 技術分享
Paste_Image.png 技術分享
Paste_Image.png 技術分享
Paste_Image.png 技術分享
Paste_Image.png 技術分享
Paste_Image.png 技術分享
Paste_Image.png
  • MySQL安裝與配置全部完成。

啟動MySQL服務

  • 控制面板-所有控制面板項-管理工具-服務,啟動MySQL57
    亦可使用 MySQL Notifier啟動MySQL服務

Apache配置

  • 編輯 /apache24/conf/httpd.conf文件
  • 替換默認路徑,搜索 c:/Apache24,替換為C:/AMP_DE/Apache24。共有6處,分別位於第37、245、246、362、375、378行,其中375為註釋,不需替換。其他5處,如行前有#,應去掉。
    技術分享
    Paste_Image.png
技術分享
Paste_Image.png 技術分享
Paste_Image.png 技術分享
Paste_Image.png
  • 增加PHP7模塊的加載支持。在179行的下一行增加兩行。
    LoadModule php7_module C:/AMP_DE/php7.0.14/php7apache2_4.dll
    PHPIniDir C:/AMP_DE/php7.0.14
    • 其中第一行最後的路徑和文件視自身情況而定,打開文件資源管理器,找到文件夾P,找到php7apacheXXXXX.dll文件。
      技術分享
      Paste_Image.png
      單擊選中,按住Alt並雙擊,打開文件屬性
      技術分享
      Paste_Image.png
      復制位置: C:\AMP_DE\php7.0.14和文件名php7apache2_4.dll,連接成為C:\AMP_DE\php7.0.14\php7apache2_4.dll,並把/換為/,最後得到LoadModule php7_module C:/AMP_DE/php7.0.14/php7apache2_4.dll
    • 其中第二行最後的路徑即為文件夾P的路徑,該行指定了php.ini的路徑。
      技術分享
      Paste_Image.png
  • 214行ServerAdmin [email protected]改為自己的郵箱地址。
  • 221行#ServerName www.example.com:80改為ServerName localhost:80(本地服務器)。
  • 279行DirectoryIndex index.html改為DirectoryIndex index.php index.htm index.html
  • 在418行(原為416行,180行左右增加兩行)後,增加一行
    AddType application/x-httpd-php .php .html
  • Apahce配置完成。

    Apache服務安裝與啟動

  • 資源管理器進入C:\AMP_DE\Apache24\bin
    技術分享
    Paste_Image.png
  • 輸入命令httpd.exe -k install -n “localhost”,安裝名為localhost的Apache服務
    技術分享
    Paste_Image.png
    Errors reported here must be corrected before the service can be started.該行表示,如果有錯誤,會在該行下方顯示,沒有顯示則成功安裝。
  • 啟動Apache服務
    命令行輸入httpd.exe -k start -n "localhost",啟動成功無輸出。

  • 停止Apache服務httpd.exe -k stop -n "localhost"
  • 卸載Apache服務(先停止服務)httpd.exe -k uninstall -n "localhost"
    也可通過C:\AMP_DE\Apache24\bin中的ApacheMonitor.exe來啟動/停止Apache服務。
    盡量以管理員身份運行各項程序和命令行。

  • 打開瀏覽器,地址欄輸入http://localhost並回車,顯示It works!,表明Apache配置成功。

    PHP配置

  • 資源管理器進入C:\AMP_DE\php7.0.14,將php.ini-production復制一份,並重命名為php.ini
  • 編輯php.ini
    • 723行; extension_dir = "ext"去掉分號
    • 881行;extension=php_gd2.dll去掉分號
    • 888行;extension=php_mbstring.dll去掉分 號
    • 890行;extension=php_mysqli.dll去掉分號
    • 894行;extension=php_pdo_mysql.dll去掉分號
  • 添加環境變量
    • 控制面板-所有控制面板項-系統-高級系統設置-高級-環境變量-系統變量-Path-編輯
    • 新建-C:\AMP_DE\php7.0.14
    • 新建-C:\AMP_DE\php7.0.14\ext
    • 確定
技術分享
Paste_Image.png
  • 文件資源管理器進入本地服務器文件根目錄(默認為C:\AMP_DE\Apache24\htdocs
  • 新建phpinfo.php文件,文本編輯器打開,輸入
    <?php phpinfo(); ?>
    並保存
  • 瀏覽器地址欄輸入http://localhost/phpinfo.php
  • 顯示PHP信息,表明PHP配置成功,頁面如下。
    技術分享
    Paste_Image.png

測試MySQL與Apache、PHP的連接

  • 運行MySQL 5.7 Command Line Client,輸入ROOT密碼
    技術分享
    Paste_Image.png
  • 新建數據庫testDB CREATE DATABASE testDB;
  • 切換到數據庫testDB USE testDB;
  • 新建數據表test_table
    CREATE TABLE test_table ( test_info varchar(30), test_time datetime );
  • 文件資源管理器進入本地服務器文件根目錄(默認為C:\AMP_DE\Apache24\htdocs
  • 新建testDB.php文件,文本編輯器打開,輸入
     <?php
       $connection = mysqli_connect(‘localhost‘,‘root‘,‘password‘,‘testDB‘)
                     or die(‘Error connecting to MySQL server.‘);
       $query = "INSERT INTO test_table (".
                 "test_info,test_time)".
                 "VALUES (".
                 "‘It works!‘,NOW())";
       $result = mysqli_query($connection,$query)
                  or die(‘Error querying database.‘);
       mysqli_close($connection);
     ?>
    其中的password改為自己的ROOT賬戶密碼,保存並退出
  • 瀏覽器地址欄輸入http://localhost/testDB.php並回車
  • 切換到MySQL窗口,輸入SELECT * FROM test_table;並回車
  • 結果顯示數據表test_table中有新行,顯示It works!及當前時間,表明MySQL與Apache、PHP的連接成功,如下。
    技術分享
    Paste_Image.png

    經過Apache、MySQL和PHP的安裝、配置與測試,WAMP環境已經成功搭建。




Win10 64位 Apache 2.4+MySQL 5.7+PHP 7環境搭建