AdSense

網頁

2018/5/1

在Windows 7安裝MySQL

本篇紀錄安裝MySQL 8.0.11於Windows 7的過程。

首先到MySQL的下載頁面,下載時需要登入Oralce帳戶,所以記得先建立。


點選DOWNLOAD後下載MySQL Installer for Windows。

MySQL Installer有分線上安裝版本(web-community)和離線安裝(community)版本,這邊我們下載線上版本來安裝(mysql-installer-web-community-8.0.11.0.msi)。


下載好後執行,安裝畫面如下。第一步License Agreement勾選I accept the license terms然後按Next >


第二步Choosing a Setup Type,選擇Custom然後按Next >


第三步Select Products and Features選擇要安裝的產品,在這只安裝以下。

  • MySQL Server 8.0.11 - X64
  • MySQL Workbench 6.3.10 - X64
  • MySQL Notifier 1.1.17 - X86
  • MySQL Shell 8.0.11 - x64

預設安裝路徑為C:\Program Files\MySQL\,但本範例將以上安裝於D:\Applications\MySQL\下。要修改安裝目錄先點選產品,然後點Advanced Options即可修改。選擇好後按Next >





第四步為Check Requirements,此步驟會檢查MySQL會用到的一些軟體,例如 Microsoft Visual C++ Redistributable Package。點選Execute安裝。


接著開始下載Microsoft Visual C++ Redistributable然後進入安裝畫面,勾選同意並按Install安裝。


安裝完回到MySQL Installer可以看到Status變成INSTL DONE代表安裝完成,點Next >


第五步Installation確認準備要安裝的產品,點選Execute開始下載及安裝。


安裝完後Status會變成Complete,然後按Next >

第六步Product Configuration要進行MySQL Server的設定,點Next >


Group Replication維持預設的Standalone MySQL Server / Class MySQL Replication。


Type and Networking維持預設。Config Type為Development Computer,勾選TCP/IP,Port Number:3306,勾選Open Windows Firewall port for network access。


Authentication Method選擇Use Legacy Authentication Method(Retain MySQL 5.x Compatibility)。


Accounts and Roles設定MySQL的root帳戶密碼,點選Add User新增其他使用者。


這邊我新增了一個使用者matt。


Windows Service,是否要將MySQL安裝成為Windows服務。這邊不安裝為Windows Service,所以取消勾選Configure MySQL Server as a Windows Service。如果取消勾選就不用裝MySQL Notifier。


Plugins and Extensions維持預設。


Apply Configuration點選Execute套用設定。


然後回到Product Configuration步驟,按Next >


最後一步Installation Complete取消勾選Start MySQL Workbench after setup及Start MySQL Shell after setup。按Finish便完成安裝。


啟動MySQL請參考如何在Windows 7啟動及關閉MySQL Server


參考:

沒有留言:

AdSense