现在的位置: 首页 > 数据库 > 正文

MySQL5.0 3种不同版本:Essentials、Complete、Noinstall

2018年10月06日 数据库 ⁄ 共 1745字 ⁄ 字号 评论关闭

一、The Essentials Package:

不包含embedded server and benchmark suite,自动安装程序和配置向导,没有MySQL Documentation。

二、The CompletePackage:

包含embedded server and benchmark suite,自动安装程序和配置向导,MySQL Documentation。

三、The Noinstall Package:

包含embedded server and benchmark suite,没有自动安装程序和配置向导,MySQL Documentation。

参考:
For MySQL 5.0, there are three installation packages to choose from when installing MySQL on Windows:

The Essentials Package: This package has a filename similar to mysql-essential-5.0.40-win32.msi and contains the minimum set of files needed to install MySQL on Windows, including the Configuration Wizard. This package does not include optional components such as the embedded server and benchmark suite.

The Complete Package: This package has a filename similar to mysql-5.0.40-win32.zip and contains all files needed for a complete Windows installation, including the Configuration Wizard. This package includes optional components such as the embedded server and benchmark suite.

The Noinstall Archive: This package has a filename similar to mysql-noinstall-5.0.40-win32.zip and contains all the files found in the Complete install package, with the exception of the Configuration Wizard. This package does not include an automated installer, and must be manually installed and configured.

The Essentials package is recommended for most users. It is provided as an .msi file for use with the Windows Installer. The Complete and Noinstall distributions are packaged as Zip archives. To use them, you must have a tool that can unpack .zip files.

Your choice of install package affects the installation process you must follow. If you choose to install either the Essentials or Complete install packages, see Section 2.4.8.2, “Installing MySQL with the Automated Installer”. If you choose to install MySQL from the Noinstall archive, see Section 2.4.8.5, “Installing MySQL from a Noinstall Zip Archive”.

参考资料:

http://zhidao.baidu.com/question/146012691.html

http://blog.sina.com.cn/s/blog_634ba16f0100qhvw.html

抱歉!评论已关闭.