MySQL各個版本區別及問題總結

2022-01-11 12:53:38 字數 1430 閱讀 6220

參考:

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的版本。根據不同的作業系統平台細分為多個版本。

驅動版本:

一般高版本支援低版本資料庫,和資料庫版本非一一對應

注意事項:和powerdesigner配合使用時,必須對應

x32或x64

connector/j 5.1 支援mysql 4.1、mysql 5.0、mysql 5.1、mysql 6.0 alpha這些版本。

connector/j 5.0 支援mysql 4.1、mysql 5.0 servers、distributed

transaction (xa)。

connector/j 3.1 支援mysql 4.1、mysql 5.0 servers、mysql 5.0 except distributed transaction (xa)

support。

connector/j 3.0 支援mysql 3.x or mysql 4.1。

mysql connector/odbc 提供了兩個版本,乙個是 ansi driver  和 unicode driver兩個版本。 

unicode driver  版本提供了更多字符集的支援,也就是提供了多語言的支援。而ansi driver  版本是只針對有限的字符集的範圍。

異常資訊:

mysql.data.mysqlclient.mysqlexception (0x80004005): the host 127.0.0.1 does not support ssl connections.

原因:

網上說是nuget的包mysql.data版本不對,我的mysql版本是5.6,dll版本是8.0.12,【另外乙個專案中,手動載入的 6.9.8.0版本的dll是可以用的】

解決:連線字串新增sslmode = none: string connectstr="server=localhost;port=3306;database=test;user=root;password=;sslmode = none;";

檢視Eclipse版本號及各個版本區別

1.找到eclipse安裝目錄 2.進入readme資料夾,開啟readme eclipse.html 3.readme eclipse.html呈現的第二行即數字版本號,如 release 4.2.0 last revised june 8th,2012 附 eclipse各個版本簡介 代號平台版...

轉 檢視Eclipse版本號及各個版本區別

1.找到eclipse安裝目錄 2.進入readme資料夾,開啟readme eclipse.html 3.readme eclipse.html呈現的第二行即數字版本號,如 release 4.2.0 last revised june 8th,2012 附 eclipse各個版本簡介 代號平台版...

01 CentOS 7 映象檔案各個版本區別及介紹

centos 7 有6種版本的 iso 映象檔案可供選擇,每一種 iso 映象檔案都可以引導安裝 centos 修復 centos,除了 centos 7 x86 64 netinstall x.iso 都包含安裝檔案 livegnome livekde netinstall均不提供額外軟體以供安裝...