MySQL (32-bit)

最新版本 MySQL 5.1.69

MySQL 5.1.69

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

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

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

Top 使用 MySQL 的 10 個理由:

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

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

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

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

Web 和數據倉庫的優勢
MySQL 是高流量網站的事實標準,因為它具有高性能的查詢引擎,極大的快速的數據插入能力,以及對快速全文搜索等專業化網頁功能的強大支持.

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

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

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

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

也可用:下載 MySQL for Mac

ScreenShot

軟體資訊
檔案版本 MySQL 5.1.69

檔案名稱 mysql-essential-5.1.69-win32.msi
檔案大小 38.79 MB
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 Oracle
官網 http://www.mysql.com/
更新日期 2013-04-19
更新日誌

What's new in this version:

Functionality Added or Changed:
- MySQL no longer uses the default OpenSSL compression. 

Bugs Fixed:

- Performance; InnoDB: The DROP TABLE statement for a table using compression could be slower than necessary, causing a stall for several seconds. MySQL was unnecessarily decompressing pages in the buffer pool related to the table as part of the DROP operation. 
- Important Note; Replication: It was possible to replicate from a table to a same-named view using statement-based logging, while using row-based logging instead led to a failure on the slave. Now the target object type is checked prior to performing any DML, and an error is given if the target on the slave is not actually a table. This is true regardless of the binary logging format in use. 
- InnoDB: For InnoDB tables, if a PRIMARY KEY on a VARCHAR column (or prefix) was empty, index page compression could fail. 
- InnoDB: For debug builds, InnoDB status exporting was subject to a race condition that could cause a server exit. 
- InnoDB: Arithmetic underflow during page compression for CREATE TABLE on an InnoDB table could cause a server exit. 
- InnoDB: This fix makes MySQL more responsive to KILL QUERY statements when the query is accessing an InnoDB table. 
- InnoDB: When printing out long semaphore wait diagnostics, sync_array_cell_print() ran into a segmentation violation (SEGV) caused by a race condition. This fix addresses the race condition by allowing the cell to be freed while it is being printed. 
- InnoDB: Killing a query caused an InnoDB assertion failure when the same table (cursor) instance was used again. This is the result of a regression error introduced. The fix introduced a check to handle kill signals for long running queries but the cursor was not restored to the proper state. 
- InnoDB: The length of internally generated foreign key names was not checked. If internally generated foreign key names were over the 64 character limit, this resulted in invalid DDL from SHOW CREATE TABLE. This fix checks the length of internally generated foreign key names and reports an error message if the limit is exceeded. 
- Partitioning: A query on a table partitioned by range and using TO_DAYS() as a partitioing function always included the first partition of the table when pruning. This happened regardless of the range employed in the BETWEEN clause of such a query. 
- Replication: A zero-length name for a user variable (such as @``) was incorrectly considered to be a sign of data or network corruption when reading from the binary log. 
- Replication: Backtick (`) characters were not always handled correctly in internally generated SQL statements, which could sometimes lead to errors on the slave. 
- Replication: It was possible in certain cases—immediately after detecting an EOF in the dump thread read event loop, and before deciding whether to change to a new binary log file—for new events to be written to the binary log before this decision was made. If log rotation occurred at this time, any events that occurred following EOF detection were dropped, resulting in loss of data. Now in such cases, steps are taken to make sure that all events are processed before allowing the log rotation to take place. 
- A long database name in a GRANT statement could cause the server to exit. 
- Incorrect results were returned if a query contained a subquery in an IN clause which contained an XOR operation in the WHERE clause. 
- Invocation of the range optimizer for a NULL select caused the server to exit. 
- yaSSL did not perform proper padding checks, but instead examined only the last byte of plaintext and used it to determine how many bytes to remove. 
- SHOW COLUMNS on a view defined as a UNION of Geometry columns could cause the server to exit. 
- A LIKE pattern with too many '%' wildcards could cause a segmentation fault. 
- SET var_name = VALUES(col_name) could cause the server to exit. This syntax is now prohibited because in SET context there is no column name and the statement returns ER_BAD_FIELD_ERROR. 
- The COM_CHANGE_USER command in the client/server protocol did not properly use the character set number in - Subqueries with OUTER JOIN could return incorrect results if the subquery referred to a column from another SELECT. 
- Field_geom::reset() failed to reset its base Field_blob. The range optimizer used the uninitialized field during optimization and execution, causing the server to exit. 
- mysql_install_db did not escape '_' in the host name for statements written to the grant tables. 
- PARTITION BY KEY on a utf32 ENUM column raised a debugging assertion. 
- The optimizer used loose index scan for some queries for which this access method is inapplicable.
- If a dump file contained a view with one character set and collation defined on a view with a different character set and collation, attempts to restore the dump file failed with an “illegal mix of collations” error. 
- The REPLACE() function produced incorrect results when a user variable was supplied as an argument and the operation was performed on multiple rows. 
- UNION ALL on BLOB columns could produce incorrect results. 
- View access in low memory conditions could raise a debugging assertion. 
- Setting max_connections to a value less than the current number of open connections caused the server to exit. 
- Incorrect metadata could be produced for columns returned from some views. 
- For debug builds, some queries with SELECT ... FROM DUAL nested subqueries raised an assertion. 
- Adjusted MySQL configuration to account for change in Automake 1.12 that produced sql_yacc.hh rather than sql_yacc.h as expected by sql/Makefile.am.

MySQL 5.1.69 相關參考資料
Download MySQL Community Server (Archived Versions)

5.1.69, 5.1.68, 5.1.67, 5.1.66, 5.1.65, 5.1.63, 5.1.62, 5.1.61, 5.1.60, 5.1.59, 5.1.58, 5.1.57, 5.1.56, 5.1.55, 5.1.54, 5.1.53, 5.1.52, 5.1.51, 5.1.50, 5.1.49 ...

https://downloads.mysql.com

Index of MySQLDownloadsMySQL-5.1

Index of /MySQL/Downloads/MySQL-5.1/ ../ MySQL-5.1.72-1.glibc23.i386.rpm-bundle.tar 11-Sep-2013 23:55 136017920 MySQL-5.1.72-1.glibc23.i386.rpm-bundle.tar ...

http://ftp.ntu.edu.tw

innodb_read_io_threads missing on MySQL 5.1.69

2013年4月27日 — From some reason, both variables don't exist. When I add them to the configuration file, MySQL fails to load. Moreover, the following query ...

https://stackoverflow.com

MySQL 5.1 < 5.1.69 多個弱點

2018年11月15日 — 遠端資料庫伺服器可能受到多個弱點影響。 (Nessus Plugin ID 66177)

https://zh-tw.tenable.com

mysql 5.1.69 安装部署- 大川哥

2022年3月28日 — mysql 5.1.69 安装部署IP 10.3.238.193 #下载安装参考https://www.cnblogs.com/cnbp/p/12620825.html wget ...

https://www.cnblogs.com

MySQL Community Server

5.1.69, 5.1.68, 5.1.67, 5.1.66, 5.1.65, 5.1.63, 5.1.62, 5.1.61, 5.1.60, 5.1.59, 5.1.58, 5.1.57, 5.1.56, 5.1.55, 5.1.54, 5.1.53, 5.1.52, 5.1.51, 5.1.50, 5.1.49 ...

https://downloads.mysql.com

MySQL Server 5.1 series

MySQL Server 5.1.72, 2013-09-20, 2013-09-20. MySQL Server 5.1.71, 2013-08-02, 2013-08-02. MySQL Server 5.1.70, 2013-06-03, 2013-06-03. MySQL Server 5.1.69, 2013 ...

https://launchpad.net

MySQL Server 5.1.x < 5.1.69 Multiple Vulnerabilities

Synopsis. The remote database server is affected by multiple vulnerabilities. Description. The version of MySQL 5.1 installed on the remote host is earlier ...

https://www.tenable.com

MySQL 多個漏洞

2013年7月17日 — 在MySQL 發現多個漏洞。已認證的遠端使用者可利用漏洞導致阻斷服務。遠端使用者可利用漏洞導致部份阻斷服務,及在目標系統進行部份存取和修改數據。

https://www.hkcert.org

zlib · mysql-5.1.69 · Rasoul Jahanshahi Mysql Server

GitLab Community Edition.

https://git-seclab.bu.edu