MySQL (64-bit)

最新版本 MySQL 5.7.30 (64-bit)

MySQL 5.7.30 (64-bit)

MySQL 5.7.30 (64-bit)
MySQL 64 位專為企業組織提供關鍵業務數據庫應用程序而設計。它為企業開發人員,數據庫管理員和 ISV 提供了一系列新的企業功能,以提高開發,部署和管理工業強度應用程序的效率.

如果您需要 MySQL 數據庫的 GUI,可以下載 - NAVICAT(MySQL GUI)。它支持將 MySQL,MS SQL,MS Access,Excel,CSV,XML 或其他格式導入到 MySQL.

MySQL 數據庫服務器提供了新的企業功能,包括:ACID 事務處理,以構建可靠和安全的業務關鍵型應用程序。存儲過程來提高開發人員的生產力。觸發器在數據庫級執行複雜的業務規則。保證敏感信息的觀點不受影響。信息架構,以便於訪問元數據。分佈式事務(XA)支持跨多個數據庫的複雜事務。下載適用於 Windows 的 64 位 MySQL 離線安裝程序安裝程序

Top 使用 MySQL 的 10 個理由:

可擴展性和靈活性 51235896 MySQL 數據庫服務器提供了極高的可擴展性,體現了處理深度嵌入式應用程序的能力,僅佔用 1MB 的空間以運行海量數據倉庫, information.

高性能
獨特的存儲引擎架構允許數據庫專業人員專門為特定應用程序配置 MySQL 數據庫服務器,最終的結果是驚人的性能結果.

高可用性
堅如磐石的可靠性和持續可用性是 MySQL 的標誌,客戶依賴於 MySQL 保證全天候正常運行.

Robust 交易支持
MySQL 64 位提供了市場上最強大的交易數據庫引擎之一。  功能包括完整的 ACID(原子性,一致性,隔離性,持久性)事務支持,無限的行級鎖定以及更多功能.

Web 和數據倉庫優勢
MySQL 是高流量網站的事實標準,因為它具有高性能的查詢引擎,極快的數據插入能力,以及對快速全文搜索等專業網頁功能的強大支持。下載 MySQL 離線安裝程序設置 64bit for Windows!

強大的數據保護
由於守衛企業的數據資產是數據庫專業人員的頭號工作,MySQL 提供了卓越的安全功能,確保絕對的數據保護.

綜合應用程序開發
MySQL 是世界上最流行的原因之一開源數據庫就是它為每個應用程序開發提供了全面的支持需求。在數據庫中,支持存儲過程,觸發器,函數,視圖,游標,ANSI 標準 SQL 等等。分鐘.

開源自由和 24×7 支持
許多公司都不願意完全致力於開源軟件,因為他們認為他們不能得到他們目前依靠專有軟件的支持類型或專業服務安全網,以確保他們的關鍵應用程序.

Lowest 總體擁有成本
By 將當前的數據庫驅動器應用程序遷移到 MySQL,或使用 MySQL 進行新的開發項目,企業正在實現成本節省,多次延伸到七位數.

也可用:下載 MySQL for Mac

ScreenShot

軟體資訊
檔案版本 MySQL 5.7.30 (64-bit)

檔案名稱 mysql-installer-community-5.7.30.0.msi
檔案大小
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 開源軟體
作者 Oracle
官網 http://www.mysql.com/
更新日期 2020-07-21
更新日誌

What's new in this version:

JSON Notes:
- The rapidjson library included with MySQL has been upgraded to the GitHub snapshot of 16 January 2020. A fix for a compiler error encountered when building from the snapshot on Mac OS X has been added

Packaging Notes:
- Binary packages that include curl rather than linking to the system curl library have been upgraded to use curl 7.69.0
- The bundled libedit library was upgraded to version 3.1

Bugs Fixed:
- InnoDB: The row_upd_clust_rec_by_insert function, which marks a clustered index record as deleted and inserts an updated version of the record into the clustered index, passed an incorrect n_ext value (the total number of external fields) to lower level functions, causing an assertion failure
- InnoDB: An operation performed with the innodb_buffer_pool_evict debug variable set to uncompressed caused an assertion failure
- InnoDB: An add column operation caused an assertion failure. The failure was due to a dangling pointer
- InnoDB: Updating certain InnoDB system variables that take string values raised invalid read errors during Valgrind testing
- InnoDB: An insert statement on a table with a spatial index raised a record type mismatch assertion due to a tuple corruption
- InnoDB: A function that calculates undo log record size could calculate an incorrect length value in the case of a corrupted undo log record, resulting in a malloc failure. Assertion code was added to detect incorrect calculations
- Replication: While an SQL statement was in the process of being rewritten for the binary log so that sensitive information did not appear in plain text, if a SHOW PROCESSLIST statement was used to inspect the query, the query could become corrupted when it was written to the binary log, causing replication to stop. The process of rewriting the query is now kept private, and the query thread is updated only when rewriting is complete
- Replication: When a GRANT or REVOKE statement is only partially executed, an incident event is logged in the binary log, which makes the replication slave's applier thread stop so that the slave can be reconciled manually with the master. Previously, if a failed GRANT or REVOKE statement was the first statement executed in the session, no GTID was applied to the incident event (because the cache manager did not yet exist for the session), causing an error on the replication slave. Also, no incident event was logged in the situation where a GRANT statement created a user but then failed because the privileges had been specified incorrectly, again causing an error on the replication slave. Both these issues have now been fixed
- Replication: When a replication slave has a generated column that the master does not have in that table, with a secondary index on the generated column, the generated expression should be evaluated and the value stored by the storage engine in the secondary index. When row-based binary logging is in use, the replication slave assigns default values to any fields that are not in the master's definition of the table. In the case of a generated column, which does not have a default value, the slave was previously assigning a null or a zero value to the column. This value was then stored by the storage engine in the secondary index, causing both the table and the index to become corrupted. To fix this issue, generated columns in a table on a replication slave are now re-evaluated before the values are sent to the storage engine
- Replication: In the event of an unplanned disconnection of a replication slave from the master, the reference to the master's dump thread might not be removed from the list of registered slaves, in which case statements that accessed the list of slaves would fail. The issue has now been fixed
- Replication: With the settings binlog_format=MIXED, tx_isolation=READ-COMMITTED, and binlog_row_image=FULL, an INSERT ... SELECT query involving a transactional storage engine omitted any columns with a null value from the row image written to the binary log. This happened because when processing INSERT ... SELECT statements, the columns were marked for inserts before the binary logging format was selected. The issue has now been fixed
- The -libs-compat RPM package is now built with system zlib to avoid problems with unrestricted export of symbols in libmysqlclient.so.18
- The Event Scheduler had a memory leak
- Under certain circumstances, a memcached command could result in reading an uninitialized memory buffer, causing a failure
- Using ALTER USER to reset an account MAX_USER_CONNECTIONS value did not take effect until all current account connections terminated, if there were any
- A materialized subquery including a condition in which a column value was used as input to a nondeterministic function produced incorrect results
- CONCAT() and CONCAT_WS() could produce incorrect results in rare cases due to incorrect substring handling
- Scheduling of events could be disturbed by removing events
- Client programs could load authentication plugins from outside the plugin library
- The server did not handle correctly a UNION in which one of the queries A query with a WHERE clause whose predicate contained a numeric value in scientific notation was not handled correctly.
- In addition, attempting to insert a particular integer specified as a string caused a server exit when the string-to-integer conversion was not successful
- Previously, mysqlpump read the [mysql_dump] and [client] groups from option files. mysqlpump now additionally reads the [mysqlpump] group. The [mysql_dump] group is still accepted but is deprecated
- A multi-table UPDATE statement which updated a table joined to a derived table that joined two other tables was not optimized properly as it had been in MySQL 5.6, instead being treated as if STRAIGHT_JOIN had been used with the subquery creating the derived table

MySQL 5.7.30 (64-bit) 相關參考資料
Download MySQL Community Server (Archived Versions)

(mysql-8.0.25-linux-glibc2.12-i686.tar.xz), MD5: a89f39f1d9a5d334451e2169140d400f | Signature. Linux - Generic (glibc 2.12) (x86, 64-bit), Compressed TAR ...

https://downloads.mysql.com

Download MySQL Community Server - MySQL

(mysql-8.0.26-linux-glibc2.17-x86_64-minimal-rebuild.tar.xz), MD5: d830538cb6644100275a013541a9f129 | Signature. Linux - Generic (glibc 2.17) (x86, 64-bit), ...

https://dev.mysql.com

Download MySQL Installer - MySQL

Windows (x86, 32-bit), MSI Installer, 5.7.35, 2.4M. Download. (mysql-installer-web-community-5.7.35.0.msi), MD5: 0cfbbcc57af737ff99983b50de7d197a | ...

https://dev.mysql.com

Index of MySQLDownloadsMySQL-5.7

Index of /MySQL/Downloads/MySQL-5.7/ ../ libmysqlclient-dev_5.7.33-1debian10_amd64.deb 10-Dec-2020 03:14 2112728 ...

http://ftp.ntu.edu.tw

MySQL 5.7 Reference Manual :: 2.3 Installing ... - MySQL

MySQL is available for Microsoft Windows, for both 32-bit and 64-bit versions. For supported Windows platform information, ...

https://dev.mysql.com

MySQL 5.7 Release Notes - MySQL :: Developer Zone

If a recent version is listed here that you cannot find on the download page (https://dev.mysql.com/downloads/), the version has not yet been released. The ...

https://dev.mysql.com

MySQL :: Download MySQL Installer (Archived Versions)

(mysql-installer-web-community-8.0.25.0.msi), MD5: 7f64b7ca2c526c359919d9db1bc8d669 | Signature. Windows (x86, 32-bit), MSI Installer, Apr 30, 2021, 435.7M.

https://downloads.mysql.com

MySQL Community Server 5.7 - MySQL :: Download MySQL ...

(mysql-5.7.35-linux-glibc2.12-x86_64.tar.gz), MD5: 66bd4334ea109fffd4b615f2d8fa8358 | Signature. Linux - Generic (glibc 2.12) (x86, 32-bit), Compressed TAR ...

https://dev.mysql.com

MySQL Community Server 5.7.35

(mysql-5.7.35.zip), MD5: 7c9e0e82b12744ffa074a3c998e53ce5 | Signature. Debian Linux 10 (x86, 64-bit), DEB Package, 5.7.35, 50.7M.

https://dev.mysql.com

MySQL Community Server 5.7.35 - MySQL :: Download ...

(mysql-community-source_5.7.35-1ubuntu18.04_i386.deb), MD5: 7e7183cb31a6cad6591206e28cce19cd | Signature. Ubuntu Linux 18.04 (x86, 64-bit), DEB Package ...

https://dev.mysql.com