2.3.4 Installing MySQL on Microsoft Windows Using a noinstall ZIP Archive使用noinstall ZIP Archive在Microsoft Windows上安装MySQL

2.3.4.1 Extracting the Install Archive提取安装档案
2.3.4.2 Creating an Option File创建选项文件
2.3.4.3 Selecting a MySQL Server Type选择MySQL服务器类型
2.3.4.4 Initializing the Data Directory初始化数据目录
2.3.4.5 Starting the Server for the First Time首次启动服务器
2.3.4.6 Starting MySQL from the Windows Command Line从Windows命令行启动MySQL
2.3.4.7 Customizing the PATH for MySQL Tools自定义MySQL工具的路径
2.3.4.8 Starting MySQL as a Windows Service将MySQL作为Windows服务启动
2.3.4.9 Testing The MySQL Installation测试MySQL安装

Users who are installing from the noinstall package can use the instructions in this section to manually install MySQL. The process for installing MySQL from a ZIP Archive package is as follows:noinstall软件包进行安装的用户可以使用本节中的说明手动安装MySQL。从ZIP Archive包安装MySQL的过程如下:

  1. Extract the main archive to the desired install directory将主存档提取到所需的安装目录

    Optional: also extract the debug-test archive if you plan to execute the MySQL benchmark and test suite:如果您计划执行MySQL基准测试和测试套件,还可以提取调试测试档案

  2. Create an option file创建选项文件

  3. Choose a MySQL server type选择MySQL服务器类型

  4. Initialize MySQL初始化MySQL

  5. Start the MySQL server启动MySQL服务器

  6. Secure the default user accounts保护默认用户帐户

This process is described in the sections that follow.这一过程将在下面的章节中进行描述。

2.3.4.1 Extracting the Install Archive
2.3.4.2 Creating an Option File
2.3.4.3 Selecting a MySQL Server Type
2.3.4.4 Initializing the Data Directory
2.3.4.5 Starting the Server for the First Time
2.3.4.6 Starting MySQL from the Windows Command Line
2.3.4.7 Customizing the PATH for MySQL Tools
2.3.4.8 Starting MySQL as a Windows Service
2.3.4.9 Testing The MySQL Installation