欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

MySQL essential版本和普通版本有什么區(qū)別?

 更新時(shí)間:2013年06月26日 18:36:52   作者:  
安裝mysql的朋友可能會(huì)發(fā)現(xiàn)有時(shí)候我們看到essential版本,究竟與其它mysql版本有什么區(qū)別呢,這里簡單介紹下

MySQL 的官網(wǎng)下載地址:http://www.mysql.com/downloads/

在這個(gè)下載界面會(huì)有幾個(gè)版本的選擇。

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 Community Server 是開源免費(fèi)的,這也是我們通常用的MySQL的版本。根據(jù)不同的操作系統(tǒng)平臺(tái)細(xì)分為多個(gè)版本,下面我們以windows平臺(tái)為例來說明。

例如下載mysql 5.5.19的界面如下

MySQL數(shù)據(jù)庫各個(gè)版本之間的區(qū)別

說明:
我們選擇Generally Available(GA)Release 去下載。GA 是指軟件的通用版本,一般指正式發(fā)布的版本。
mysql-5.5.19-win32.msi,windows安裝包,msi安裝包是用msiexec安裝完成的。windows下雙擊根據(jù)向?qū)О惭b即可,簡單方便。
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 5.1.60的界面如下:

MySQL數(shù)據(jù)庫各個(gè)版本之間的區(qū)別

說明:

選擇Generally Available(GA)Release 去下載。GA 是指軟件的通用版本,一般指正式發(fā)布的版本。
“essentials” 是指精簡版,不包含 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 是精簡版,如果只需要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 即可。

【作者】:

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”.

相關(guān)文章

  • Mysql auto_increment 重新計(jì)數(shù)(讓id從1開始)

    Mysql auto_increment 重新計(jì)數(shù)(讓id從1開始)

    當(dāng)清空一個(gè)表的時(shí)候,重新插入數(shù)據(jù),發(fā)現(xiàn)auto_increment屬性的字段計(jì)數(shù)不是從1開始的時(shí)候,可以使用以下命令
    2012-12-12
  • MySQL實(shí)現(xiàn)兩張表數(shù)據(jù)的同步

    MySQL實(shí)現(xiàn)兩張表數(shù)據(jù)的同步

    本文將介紹mysql 觸發(fā)器實(shí)現(xiàn)兩個(gè)表的數(shù)據(jù)同步,需要學(xué)習(xí)MySQL的童鞋可以參考。
    2016-10-10
  • mysql數(shù)據(jù)庫連接池配置教程

    mysql數(shù)據(jù)庫連接池配置教程

    在與數(shù)據(jù)庫進(jìn)行連接的時(shí)候,會(huì)牽扯到數(shù)據(jù)庫連接池的配置,本文將詳細(xì)介紹mysql數(shù)據(jù)庫連接池配置,需要了解跟多的朋友可以參考下
    2012-11-11
  • MYSQL優(yōu)化之?dāng)?shù)據(jù)表碎片整理詳解

    MYSQL優(yōu)化之?dāng)?shù)據(jù)表碎片整理詳解

    在日常的數(shù)據(jù)庫維護(hù)中,在給客戶制定維護(hù)方案時(shí),都會(huì)有降低高水位此類的建議 建議每年年終定期做數(shù)據(jù)整理,下面這篇文章主要給大家介紹了關(guān)于MYSQL優(yōu)化之?dāng)?shù)據(jù)表碎片整理的相關(guān)資料,需要的朋友可以參考下
    2022-04-04
  • 實(shí)操M(fèi)ySQL+PostgreSQL批量插入更新insertOrUpdate

    實(shí)操M(fèi)ySQL+PostgreSQL批量插入更新insertOrUpdate

    這篇文章主要介紹了MYsql和PostgreSQL優(yōu)勢(shì)對(duì)比以及如何實(shí)現(xiàn)MySQL + PostgreSQL批量插入更新insertOrUpdate,附含詳細(xì)的InserOrupdate代碼實(shí)例,需要的朋友可以參考下
    2021-08-08
  • MySQL分頁技術(shù)、6種分頁方法總結(jié)

    MySQL分頁技術(shù)、6種分頁方法總結(jié)

    這篇文章主要介紹了MySQL分頁技術(shù)、6種分頁方法總結(jié),本文總結(jié)了6種分頁的方法并分別一一講解它們的特點(diǎn),需要的朋友可以參考下
    2015-07-07
  • MySQL 文本文件的導(dǎo)入導(dǎo)出數(shù)據(jù)的方法

    MySQL 文本文件的導(dǎo)入導(dǎo)出數(shù)據(jù)的方法

    但有時(shí)為了更快速地插入大批量數(shù)據(jù)或交換數(shù)據(jù),需要從文本中導(dǎo)入數(shù)據(jù)或?qū)С鰯?shù)據(jù)到文本。下面的具體的方法大家可以參考下。多測試。
    2009-11-11
  • mysql 復(fù)制過濾重復(fù)如何解決

    mysql 復(fù)制過濾重復(fù)如何解決

    在進(jìn)行mysql復(fù)制過程中,會(huì)出現(xiàn)數(shù)據(jù)重復(fù)的現(xiàn)象,怎樣利用mysql 過濾重復(fù)的數(shù)據(jù)呢?本文將提供詳細(xì)的解決方法,需要了解的朋友可以參考下
    2012-11-11
  • 教你如何在?MySQL?數(shù)據(jù)庫中支持完整的Unicode

    教你如何在?MySQL?數(shù)據(jù)庫中支持完整的Unicode

    UTF-8?是一種可變寬度編碼,它使用一到四個(gè)?8?位字節(jié)對(duì)每個(gè)符號(hào)進(jìn)行編碼,永遠(yuǎn)不要在MySQL中使用?utf8——總是使用?utf8mb4,對(duì)mysql支持?Unicode相關(guān)知識(shí)感興趣的朋友一起看看吧
    2023-01-01
  • MySQL排序檢索數(shù)據(jù)操作方法梳理

    MySQL排序檢索數(shù)據(jù)操作方法梳理

    SELECT語句是SQL中最常用的語句。它的用途是從一個(gè)或多個(gè)表中檢索信息。為了使用SELECT檢索表數(shù)據(jù),必須至少給出兩條信息:想選擇什么、從什么地方選擇,這篇文章主要介紹了MySQL排序檢索數(shù)據(jù)
    2022-10-10

最新評(píng)論