《Mysql應(yīng)用MySQL essential版本和普通版本有什么區(qū)別?》要點(diǎn):
本文介紹了Mysql應(yīng)用MySQL essential版本和普通版本有什么區(qū)別?,希望對(duì)您有用。如果有疑問,可以聯(lián)系我們。
MYSQL入門MySQL 的官網(wǎng)下載地址:http://www.mysql.com/downloads/
MYSQL入門在這個(gè)下載界面會(huì)有幾個(gè)版本的選擇.
MYSQL入門1. MySQL Community Server 社區(qū)版本,開源免費(fèi),但不提供官方技術(shù)支持.
2. MySQL Enterprise Edition 企業(yè)版本,需付費(fèi),可以試用30天.
3. MySQL Cluster 集群版,開源免費(fèi).可將幾個(gè)MySQL Server封裝成一個(gè)Server.
4. MySQL Cluster CGE 高級(jí)集群版,需付費(fèi).
5. MySQL Workbench(GUI TOOL)一款專為MySQL設(shè)計(jì)的ER/數(shù)據(jù)庫建模工具.它是著名的數(shù)據(jù)庫設(shè)計(jì)工具DBDesigner4的繼任者.MySQL Workbench又分為兩個(gè)版本,分別是社區(qū)版(MySQL Workbench OSS)、商用版(MySQL Workbench SE).
MYSQL入門MySQL Community Server 是開源免費(fèi)的,這也是我們通常用的MySQL的版本.根據(jù)不同的操作系統(tǒng)平臺(tái)細(xì)分為多個(gè)版本,下面我們以windows平臺(tái)為例來說明.
MYSQL入門例如下載mysql 5.5.19的界面如下:
MYSQL入門
MYSQL入門說明:
我們選擇Generally Available(GA)Release 去下載.GA 是指軟件的通用版本,一般指正式發(fā)布的版本.
mysql-5.5.19-win32.msi,windows安裝包,msi安裝包是用msiexec安裝完成的.windows下雙擊根據(jù)向?qū)О惭b即可,簡(jiǎn)單方便.
mysql-5.5.19.zip,這個(gè)是windows源文件,需要編譯.
mysql-5.5.19-win32.zip,這個(gè)文件解包后即可使用,是編譯好的windows32位MySQL.需要手工配置.
帶 "winx64" 的則是對(duì)應(yīng)的64位版本,在64位操作系統(tǒng)下使用.
一般做后臺(tái)開發(fā),我們就下載mysql-5.5.19-win32.msi.
?
MYSQL入門例如下載mysql 5.1.60的界面如下:
MYSQL入門
MYSQL入門說明:
選擇Generally Available(GA)Release 去下載.GA 是指軟件的通用版本,一般指正式發(fā)布的版本.
“essentials” 是指精簡(jiǎn)版,不包括 embedded server and benchmark suite,有自動(dòng)安裝程序和配置向?qū)?沒有MySQL文檔.
“noinstall” 是指非安裝的壓縮包的.包括 embedded server and benchmark suite,沒有自動(dòng)安裝程序和配置向?qū)?需手動(dòng)安裝配置,有MySQL文檔.
mysql-essential-5.1.60-win32.msi 是精簡(jiǎn)版,如果只需要mysql服務(wù),就選擇此版本.
mysql-5.1.60-win32.msi 是完整版,包括安裝程序和配置向?qū)?有MySQL文檔.
mysql-noinstall-5.1.60-win32.zip 是非安裝的zip壓縮包,沒有自動(dòng)安裝程序和配置向?qū)?需手動(dòng)安裝配置,有MySQL文檔.
mysql-5.1.60.zip 是用于windows的Mysql源碼壓縮包
帶 "winx64" 的則是對(duì)應(yīng)的64位版本,在64位操作系統(tǒng)下使用.
一般做后臺(tái)開發(fā),我們就下載mysql-essential-5.1.60-win32.msi 即可.
MYSQL入門The Essentials Package:
不包括 embedded server and benchmark suite,有自動(dòng)安裝程序和配置向?qū)?沒有MySQL Documentation.
The Complete Package:
包括 embedded server and benchmark suite,有自動(dòng)安裝程序和配置向?qū)?有MySQL Documentation.
The Noinstall Archive:
包括 embedded server and benchmark suite,沒有自動(dòng)安裝程序和配置向?qū)?有MySQL Documentation.
一般情況下我們會(huì)使用帶有有自動(dòng)安裝程序和配置向?qū)У陌惭b版本,方便配置mysql,當(dāng)然高手也可以不用,手工配置即可.
參考:
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”.
歡迎參與《Mysql應(yīng)用MySQL essential版本和普通版本有什么區(qū)別?》討論,分享您的想法,維易PHP學(xué)院為您提供專業(yè)教程。
轉(zhuǎn)載請(qǐng)注明本頁網(wǎng)址:
http://www.snjht.com/jiaocheng/11461.html