MySQLessential版本和普通版本有什么区别?
在这个下载界⾯会有⼏个版本的选择。
1. MySQL Community Server 社区版本,开源免费,但不提供官⽅技术⽀持。
2. MySQL Enterprise Edition 企业版本,需付费,可以试⽤30天。
3. MySQL Cluster 集版,开源免费。可将⼏个MySQL Server封装成⼀个Server。
4. MySQL Cluster CGE ⾼级集版,需付费。
5. MySQL Workbench(GUI TOOL)⼀款专为MySQL设计的ER/数据库建模⼯具。它是著名的数据库设计⼯具DBDesigner4的继任者。MySQL Workbench⼜分为两个版本,分别是社区版(MySQL Workbench OSS)、商⽤版(MySQL Workbench SE)。
MySQL Community Server 是开源免费的,这也是我们通常⽤的MySQL的版本。根据不同的操作系统平台细分为多个版本,下⾯我们以windows平台为例来说明。
例如下载mysql 5.5.19的界⾯如下:mysql下载后为什么不是一个安装包
说明:
我们选择Generally Available(GA)Release 去下载。GA 是指软件的通⽤版本,⼀般指正式发布的版本。
mysql-5.5.19-win32.msi,windows安装包,msi安装包是⽤msiexec安装完成的。windows下双击根据向导安装即可,简单⽅便。
mysql-5.5.19.zip,这个是windows源⽂件,需要编译。
mysql-5.5.19-win32.zip,这个⽂件解包后即可使⽤,是编译好的windows32位MySQL。需要⼿⼯配置。
带 "winx64" 的则是对应的64位版本,在64位操作系统下使⽤。
⼀般做后台开发,我们就下载mysql-5.5.19-win32.msi。
例如下载mysql 5.1.60的界⾯如下:
说明:
选择Generally Available(GA)Release 去下载。GA 是指软件的通⽤版本,⼀般指正式发布的版本。
“essentials” 是指精简版,不包含 embedded server and benchmark suite,有⾃动安装程序和配置向导,没有MySQL⽂档。“noinstall” 是指⾮安装的压缩包的。包含 embedded server and benchmark suite,没有⾃动安装程序和配置向导,需⼿动安装配置,有MySQL⽂档。
mysql-essential-5.1.60-win32.msi 是精简版,如果只需要mysql服务,就选择此版本。
mysql-5.1.60-win32.msi 是完整版,包含安装程序和配置向导,有MySQL⽂档。
mysql-noinstall-5.1.60-win32.zip 是⾮安装的zip压缩包,没有⾃动安装程序和配置向导,需⼿动安装配置,有MySQL⽂档。mysql-5.1.60.zip 是⽤于windows的Mysql源码压缩包
带 "winx64" 的则是对应的64位版本,在64位操作系统下使⽤。
⼀般做后台开发,我们就下载mysql-essential-5.1.60-win32.msi 即可。
【作者】:
The Essentials Package:
不包含 embedded server and benchmark suite,有⾃动安装程序和配置向导,没有MySQL Documentation。
The Complete Package:
包含 embedded server and benchmark suite,有⾃动安装程序和配置向导,有MySQL Documentation。
The Noinstall Archive:
包含 embedded server and benchmark suite,没有⾃动安装程序和配置向导,有MySQL Documentation。
⼀般情况下我们会使⽤带有有⾃动安装程序和配置向导的安装版本,⽅便配置mysql,当然⾼⼿也可以不⽤,⼿⼯配置即可。
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 a
nd 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 A
utomated Installer”. If you choose to install MySQL from the Noinstall archive, see Section 2.4.8.5, “Installing MySQL from a Noinstall Zip Archive”.
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论