MySQL

MySQL 5.5.28

MySQL AB
開源軟體

MySQL 為目前最流行的資料庫查詢系統。而 MySQL 主要是以速度、耐用性、易用性為目標,廣泛被企業使用。

  • 支援 MS SQL、Excel、MS Access、XML、CSV 等格式,導入至 MySQL。
  • 較不常需要維護,可節省管理成本。
  • 可保護好您資料庫,發現被不明來源複製則會中斷。
  • 可建立業務應用,確保可靠度及安全性。
  • 為 ACID 特性(原子性、一致性、隔離性、持久性),使軟體達到可靠。

軟體資訊
檔案版本 MySQL 5.5.28
檔案名稱 mysql-5.5.28-win32.msi
檔案大小 31.13MB
系統 Windows 9x / 2000 / XP / Vista / Windows 7 / Windows 8 / Windows 10 / Windows 10 64-bit
支援語系 Multiple languages
軟體類型 開源軟體
更新日期 2012-10-01
更新日誌

# Functionality Added or Changed
* The internal interface of the Thread Pool plugin has changed. Old versions of the plugin will work with current versions of the server, but versions of the server older than 5.5.28 will not work with current versions of the plugin.
# Bugs Fixed
* InnoDB: Certain information_schema tables originally introduced in MySQL 5.6 are now also available in MySQL 5.5 and MySQL 5.1: INNODB_BUFFER_PAGE, INNODB_BUFFER_PAGE_LRU, and INNODB_BUFFER_POOL_STATS.
* InnoDB: When a SELECT ... FOR UPDATE, UPDATE, or other SQL statement scanned rows in an InnoDB table using a < or <= operator in a WHERE clause, the next row after the affected range could also be locked. This issue could cause a lock wait timeout for a row that was not expected to be locked. The issue occurred under various isolation levels, such as READ COMMITTED and REPEATABLE READ.
* Partitioning: For tables using PARTITION BY HASH or PARTITION BY KEY, when the partition pruning mechanism encountered a multi-range list or inequality using a column from the partitioning key, it continued with the next partitioning column and tried to use it for pruning, even if the previous column could not be used. This caused partitions which possibly matched one or more of the previous partitioning columns to be pruned away, leaving partitions that matched only the last column of the partitioning key.
- This issue was triggered when both of the following conditions were met:
> The columns making up the table's partitioning key were used in the same order as in the partitioning key definition by a SELECT statement's WHERE clause as in the column definitions;
> The WHERE condition used with the last column of the partitioning key was satisfied only by a single value, while the condition testing some previous column from the partitioning key was satisfied by a range of values.
An example of a statement creating a partitioned table and a query against this for which the issue described above occurred is shown here:
CREATE TABLE t1 (
c1 INT,
c2 INT,
PRIMARY KEY(c2, c1)
) PARTITION BY KEY() # Use primary key as partitioning key
PARTITIONS 2;
SELECT * FROM t1 WHERE c2 = 2 AND c1 <> 2;
This issue is resolved by ensuring that partition pruning skips any remaining partitioning key columns once a partition key column that cannot be used in pruning is encountered.
* Partitioning: The buffer for the row currently read from each partition used for sorted reads was allocated on open and freed only when the partitioning handler was closed or destroyed. For SELECT statements on tables with many partitions and large rows, this could cause the server to use excessive amounts of memory. This issue has been addressed by allocating buffers for reads from partitioned tables only when they are needed and freeing them immediately once they are no longer needed. As part of this fix, memory is now allocated for reading from rows only in partitions that have not been pruned.
* Replication: On 64-bit Windows platforms, values greater than 4G for the max_binlog_cache_size and max_binlog_stmt_cache_size system variables were truncated to 4G. This caused LOAD DATA INFILE to fail when trying to load a file larger than 4G in size, even when max_binlog_cache_size was set to a value greater than this.
* Replication: In master-master replication with --log-slave-updates enabled, setting a user variable and then performing inserts using this variable caused the Exec_master_log_position column in the output of SHOW SLAVE STATUS not to be updated.
* The RPM spec file now also runs the test suite on the new binaries, before packaging them.
* The libmysqlclient_r client library exported symbols from yaSSL that conflict with OpenSSL. If a program linked against that library and libcurl, it could crash with a segmentation fault.
* The argument for LIMIT must be an integer, but if the argument was given by a placeholder in a prepared statement, the server did not reject noninteger values such as '5'.
* The Thread Pool plugin did not respect the wait_timeout timeout for client sessions.
* CHECK TABLE and REPAIR TABLE could crash if a key definition differed in the .frm and .MYI files of a MyISAM table. Now the server produces an error.
* A query for a FEDERATED table could return incorrect results when the underlying table had a compound index on two columns and the query included an AND condition on the columns.
* mysqlhotcopy failed for databases containing views.
* The argument to the --ssl-key option was not verified to exist and be a valid key. The resulting connection used SSL, but the key was not used.
* Adding a LIMIT clause to a query containing GROUP BY and ORDER BY could cause the optimizer to choose an incorrect index for processing the query, and return more rows than required.
* mysqlbinlog did not accept input on the standard input when the standard input was a pipe.

作者 MySQL AB
官網 http://www.mysql.com

  • 安裝或升級 MySQL 5.5.28 1 [root @ localhost ~] # yum --enablerepo=remi,remi-test install mysql mysql-server 啟動MySQL 且開機自動啟動 如果是升級的話,請在升級完成後重新開機 ...
    MySQL
    Centos / Red Hat(RHEL) / Fedora 各版本安裝 MySQL 5.5.28 | FAQ Book
    http://blog.faq-book.com
  • MySQL Community Edition is a freely downloadable version of the world&#39;s most popular open source database that is supported by an active community of open&nbsp;...
    MySQL
    Download MySQL 5.5.28 - FileHippo.com
    http://filehippo.com
  • Title: MySQL 5.5.28 Filename: mysql-5.5.28-win32.msi File size: 31.13MB (32,644,608 bytes) Requirements: Windows 9x / 2000 / XP / Vista / Windows 7 / Windows 8 / Windows 10 / Windows 10 64-bit Languag...
    MySQL
    Download MySQL 5.5.28 - Technical Details - FileHippo.com
    http://filehippo.com
  • What’s New in MySQL 5.7 Executive Guide: Enabling Digital Transformation with Oracle MySQL Cloud Service Guide to MySQL High Availability Solutions Guide to Scaling Web Databases with MySQL Cluster Mo...
    MySQL
    MySQL - Official Site
    https://www.mysql.com
  • MySQL 5.5.28 By MySQL AB (Open Source) User Rating FileHippo Safety Guarantee Secured by Avira Download This Version (31.13MB) Download Advertisement Advertisement Latest Version MySQL 5.6.35 Older Ve...
    MySQL
    MySQL 5.5.28 - FileHippo.com - Download Free Software
    http://filehippo.com
  • Renaud I use a stable Debian 6 Squeeze and dotdeb repository Dotdeb provide Mysqm Server 5.5.28 and its lib libmysqlclient18 (5.5.28). Unfortunatly, php5-mysql (provided by dotdeb-squeeze and dotdeb-s...
    MySQL
    MySQL 5.5.28 | Dotdeb
    https://www.dotdeb.org
  • MySQL Community Server 5.5 » Archived versions » Please report any bugs or inconsistencies you observe to our Bugs Database ... MySQL Community Server MySQL NDB Cluster MySQL Shell MySQL Router MySQL ...
    MySQL
    MySQL :: Download MySQL Community Server
    https://dev.mysql.com
  • MySQL Community Server (Archived Versions). Please note that these are old versions. New releases will have recent bug fixes and features! To download the&nbsp;...
    MySQL
    MySQL :: Download MySQL Community Server (Archived Versions)
    https://downloads.mysql.com
  • This is the MySQL™ Reference Manual. It documents MySQL 5.5 through 5.5.55, as well as MySQL Cluster releases based on version 7.2 of NDBCLUSTER through 5.5.54-ndb-7.2.28. MySQL 5.5 features. This man...
    MySQL
    MySQL :: MySQL 5.5 Reference Manual - MySQL :: Developer Zone
    https://dev.mysql.com
  • ... in MySQL 5.5.30 (2013-02-05, General Availability) &middot; Changes in MySQL 5.5.29 (2012-12-21, General Availability) &middot; Changes in MySQL 5.5.28 (2012-09-28,&nbsp;...
    MySQL
    MySQL :: MySQL 5.5 Release Notes
    https://dev.mysql.com
  • This document contains release notes for the changes in each release of MySQL 5.5, up through MySQL 5.5.55. For information about changes in a different MySQL series, see the release notes for that se...
    MySQL
    MySQL :: MySQL 5.5 Release Notes - MySQL :: Developer Zone
    https://dev.mysql.com
  • Changes in MySQL 5.5.28 (2012-09-28, General Availability) Audit Log Notes Functionality Added or Changed Bugs Fixed Audit Log Notes MySQL Enterprise Edition now includes MySQL Enterprise Audit, imple...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.28 (2012-09-28, General Availability)
    https://dev.mysql.com
  • Old versions of the plugin will work with current versions of the server, but versions of the server older than 5.5.28 will not work with current versions of the plugin.
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.28 ...
    https://dev.mysql.com
  • 2014年9月22日 - Changes in MySQL 5.5.28 (2012-09-28, General Availability) &middot; Changes in MySQL 5.5.27 (2012-08-02, General Availability) &middot; Changes in&nbsp;...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.40 ...
    https://dev.mysql.com
  • 2015年12月7日 - Changes in MySQL 5.5.28 (2012-09-28, General Availability) &middot; Changes in MySQL 5.5.27 (2012-08-02, General Availability) &middot; Changes in&nbsp;...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.47 ...
    https://dev.mysql.com
  • Changes in MySQL 5.5.28 (2012-09-28, General Availability) &middot; Changes in MySQL 5.5.27 (2012-08-02, General Availability) &middot; Changes in MySQL 5.5.26 (Not&nbsp;...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.51 ...
    https://dev.mysql.com
  • Changes in MySQL 5.5.28 (2012-09-28, General Availability) &middot; Changes in MySQL 5.5.27 (2012-08-02, General Availability) &middot; Changes in MySQL 5.5.26 (Not&nbsp;...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.53 ...
    https://dev.mysql.com
  • Changes in MySQL 5.5.28 (2012-09-28, General Availability) &middot; Changes in MySQL 5.5.27 (2012-08-02, General Availability) &middot; Changes in MySQL 5.5.26 (Not&nbsp;...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.54 ...
    https://dev.mysql.com
  • mysql5.5.28安装图解教程, 在数据库行列,myql的表现也是非常出色,现在与大家分享一下Myql5.5.28安装图解教程,供大家参考下
    MySQL
    mysql5.5.28安装图解教程 - 百度经验——实用生活指南
    http://jingyan.baidu.com