MySQL (64-bit)

最新版本 MySQL 5.7.31 (64-bit)

MySQL 5.7.31 (64-bit)

MySQL 5.7.31 (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.31 (64-bit)

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

What's new in this version:

Bugs-Fixed:
- InnoDB: The INNODB_METRICS table AVG_COUNT_RESET value for a counter defined as a module owner reported NULL. The METRIC_AVG_VALUE_RESET field was incorrectly marked as NULL. Thanks to Fungo Wang for the contribution
- InnoDB: Purge thread activity was excessive when the history list length approached zero, wasting CPU resource and causing mutex contention
- InnoDB: The server failed intermittently with an “ibuf cursor restoration fails” error
- InnoDB: A fatal “page still fixed or dirty” error occurred during shutdown
- Partitioning: A query against a partitioned table, which used an ORDER BY, returned unordered results under the following conditions:
- The table had a composite index with a prefix on one of the columns
- The query's WHERE clause contained an equality condition on the prefixed column
- The column with the prefix was the leftmost column in the index
- The column used in the ORDER BY was the rightmost column in the index
- The index was used for handling the ORDER BY
- Our thanks to Quanan Han for the suggestion
- Replication: When a replication source server shuts down and restarts, its MEMORY tables become empty. To replicate this effect to replicas, the first time that the source uses a given MEMORY table after startup, it notifies replicas that the table must be emptied by writing a DELETE statement for that table to the binary log. Previously, the generated DELETE statement was written to the binary log statement cache for the current session, which could result in it being logged together with other statements under the same GTID, or logged without BEGIN and COMMIT statements. Also, in some situations, the generated DELETE statement could consume the GTID intended for the transaction that triggered it. The generated DELETE statement is now logged with accompanying BEGIN and COMMIT statements, and the resulting transaction is flushed to the binary log immediately after it is written to the statement cache, so that it always receives its own GTID and is kept separate from other transactions
- Replication: Internal queries from Group Replication to the Performance Schema for statistics on local group members failed if they occurred simultaneously with changes to the group's membership. Locking for the internal queries has been improved to fix the issue
- Replication: A fix made in MySQL 8.0.14 and MySQL 5.7.25 for a deadlock scenario involving the system variables binlog_transaction_dependency_tracking and binlog_transaction_dependency_history_size had the side effect of leaving the writeset history used for transaction dependency tracking unprotected from concurrent update. The writeset history and tracking mode are now locked correctly whenever they are accessed
- Configuring with -DWITH_EDITLINE=system resulted in compilation failures for older library versions
- The upgrade of the bundled libedit library in the previous MySQL distribution caused a problem for builds using that library such that CTRL+C (SIGINT) in the mysql client required a following Enter to take effect in some circumstances
- Assigning CONCAT('') or CONCAT_WS('') to a variable set the variable to NULL, not the empty string
- The gen_range() user-defined function could mishandle its arguments, causing a server exit
- During UPDATE processing, conversion of an internal in-memory table to InnoDB could result in a key-length error
- It is possible to define a column named * (single asterisk character), but SELECT `*` was treated identically to SELECT *, making it impossible to select only this column in a query; in other words, the asterisk character was expanded to a list of all table columns even when it was surrounded by backticks.
- An internal packet-length function returned values of the wrong integer type
- Calculations by mysqldump for the length of INSERT statements did not take into account the _binary character set introducer used for VARBINARY strings
- The internal method Field_tiny::pack() did not always perform bounds checking as expected
- mysql_store_result() could fail to detect invalid data packets
- In a multiple-table UPDATE that updated the key of the first table, if a temporary table strategy was used, duplicate entries could be written to the temporary table, followed by occurrence of a Can't find record error.
- The optimizer could attempt to access a pseudo table as a table, resulting in unexpected server behavior
- The server sometimes mistakenly removed a subquery with a GROUP BY when optimizing a query, even in some cases when this subquery was used by an outer select. This could occur when the subquery also used an aggregate function.
- Coercibility of the NAME_CONST() function was assessed incorrectly
- Incorrect results could occur when the optimizer chose an index on a generated column to fetch values

MySQL 5.7.31 (64-bit) 相關參考資料
Index of MySQLDownloadsMySQL-5.7

... 03-Jun-2020 11:24 73 mysql-5.7.31-1.el6.x86_64.rpm-bundle.tar 03-Jun-2020 10:09 489748480 mysql-5.7.31-1.el6.x86_64.rpm-bundle.tar.asc 03-Jun-2020 ...

http://ftp.ntu.edu.tw

Index of pubMySQLDownloadsMySQL-5.7

... 03-Jun-2020 11:24 73 mysql-5.7.31-1.el6.x86_64.rpm-bundle.tar 03-Jun-2020 10:09 489748480 mysql-5.7.31-1.el6.x86_64.rpm-bundle.tar.asc 03-Jun-2020 ...

http://ftp.ntu.edu.tw

Index of servicesallmysql5.75.7.3164-bit - files-lt ...

Name · Last modified · Size · Description. [PARENTDIR], Parent Directory, -. [TXT], centos6-64.txt, 2020-09-18 04:39, 433. [TXT], centos7-64.txt, 2020-09-18 04: ...

https://files24.directadmin.co

MySQL 5.7.31 (64-bit) Download for Windows 10, 8, 7

2020年7月13日 — Download MySQL 5.7.31 (64-bit) for Windows PC from FileHorse. 100% Safe and Secure ✓ Free Download 64-bit Software Version.

https://www.filehorse.com

MySQL :: Download MySQL Community Server (Archived ...

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

https://downloads.mysql.com

MySQL :: Download MySQL Installer (Archived Versions)

(mysql-installer-web-community-8.0.22.0.msi), MD5: 6d4c2f4fe997f1e9e8a02b105e7f72c8 | Signature. Windows (x86, 32-bit), MSI Installer, Oct 12, 2020, 405.2 ...

https://downloads.mysql.com

MySQL Community Server 5.7.32

Download. (mysql-community-source_5.7.32-1debian10_amd64.deb), MD5: ... Ubuntu Linux 18.04 (x86, 64-bit), DEB Package, 5.7.32, 50.6M. Download.

https://dev.mysql.com

MySQL Community Server 5.7.32 - MySQL :: Download ...

(mysql-community-source_5.7.32-1debian10_amd64.deb), MD5: edd9f044fdd56017844c3fe2b0550b96 | Signature. Ubuntu Linux 18.04 (x86, 32-bit), DEB ...

https://dev.mysql.com

MySQL Community Server 5.7.33 - MySQL :: Download ...

(mysql-5.7.33-linux-glibc2.12-i686.tar.gz), MD5: 7fe7c21df19896744edefd114e1e9078 | Signature. Linux - Generic (glibc 2.12) (x86, 64-bit), Compressed TAR ...

https://dev.mysql.com

MySQL Installer 5.7.33 - MySQL :: Developer Zone

Windows (x86, 32-bit), MSI Installer, 5.7.33, 2.4M. Download. (mysql-installer-web-community-5.7.33.0.msi), MD5: 4bf45b3da5a3c5e4560e5ba91b525035 | ...

https://dev.mysql.com