2008 r2 MySQL 安裝步驟如下:
1. 下載 MySQL 安裝文件并解壓縮至目錄下。 2. 雙擊運行解壓后的 MySQL 安裝文件。 3. 選擇安裝類型,如果是第一次安裝,選擇“Custom”自定義安裝。 4. 在“Custom Setup”頁面中選擇以下安裝組件: a. MySQL Server b. MySQL Connectors c. MySQL Workbench d. Samples and Examples e. Documentation 5. 點擊“Next”進入“Installation Type”頁面,選擇“Server Only”安裝。 6. 點擊“Next”進入“Server Configuration”頁面,設置以下參數: a. 在“Type and Networking”中選擇“Server Machine”。 b. 在“Authentication Method”中選擇“Windows Authentication Mode”。 7. 點擊“Next”進入“Accounts and Roles”頁面,設置以下參數: a. 在“Windows Service”中輸入一個服務名稱,如“MySQL Service”。 b. 在“Windows User”中選擇一個用戶作為 MySQL 的管理員用戶。 8. 點擊“Next”進入“Networking Options”頁面,設置以下參數: a. 在“TCP/IP Networking”中選擇“Enable TCP/IP Networking”。 b. 在“Port Number”中輸入一個端口號,如“3306”。 9. 點擊“Next”進入“Instance Configuration”頁面,設置以下參數: a. 在“Instance Configuration”中選擇“Stand-Alone MySQL Server/Classic MySQL Replication”。 b. 在“Configuration Type”中選擇“Developer Machine”。 10. 點擊“Next”進入“Apply Server Configuration”頁面,確認服務器配置信息無誤。 11. 點擊“Execute”開始安裝 MySQL Server。 12. 安裝完成后,點擊“Finish”關閉安裝程序。
上一篇mysql 列名是關鍵字
下一篇mysql 列類型的使用