軟體下載 MySQL 5.1.69

檔案名稱 mysql-essential-5.1.69-win32.msi

MySQL 5.1.69 軟體下載

軟體資訊
檔案版本 MySQL 5.1.69

檔案名稱 mysql-essential-5.1.69-win32.msi
檔案大小 38.79 MB
更新日期 2013-04-19
  • 1
    版本確認
  • 2
    檔案準備中
  • 3
    檔案下載

軟體介紹 & 更新資訊

MySQL 5.1.69
MySQL 專為企業組織提供關鍵業務數據庫應用程序而設計。它為企業開發人員,數據庫管理員和 ISV 提供了一系列新的企業功能,以提高開發,部署和管理工業強度應用程序的效率.如果您需要 MySQL 數據庫的 GUI,可以下載 - NAVICAT(MySQL GUI)。它支持將 MySQL,MS SQL,MS Access,Excel,CSV,XML 或其他格式導入到 MySQL.MySQL 數據庫... MySQL (32-bit) 軟體介紹

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