MySQL

MySQL 5.5.36

MySQL AB
開源軟體

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

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

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

# Functionality Added or Changed
* CMake now supports a -DTMPDIR=dir_name option to specify the default tmpdir value. If unspecified, the value defaults to P_tmpdir in <stdio.h>. Thanks to Honza Horak for the patch.
# Bugs Fixed
* InnoDB: Table renaming errors would appear in the LATEST FOREIGN KEY ERROR section of the SHOW ENGINE INNODB STATUS output.
* Partitioning: Queries using the index_merge optimization (see Index Merge Optimization) could return invalid results when run against tables that were partitioned by HASH.
* Partitioning: When no partition had returned a row since the last HA_ERR_KEY_NOT_FOUND error, the use of uninitialized memory in the priority queue used for returning rows in sorted order could lead to a crash of the server.
* Replication: mysqlbinlog --verbose failed when it encountered a corrupt row event in the binary log. Such a row event could also cause the slave to fail.
* Replication: When log_warnings is greater than 1, the master prints binary log dump thread information—containing the slave server ID, binary log file name, and binary log position—in mysqld.1.err. A slave server ID greater than 2 billion was printed with a negative value in such cases.
* Replication: Invalid event offsets in the binary log were not always handled correctly, which could lead to replication failure.
* The cache used for the Index Merge access method was freed only after successful retrieval of all rows. Interruption or failure of the operation led to a file descriptor leak.
* For utf8 and utf8mb4 strings, handler functions unnecessarily called a Unicode conversion function.
* Use of a nonmulti-byte algorithm for skipping leading spaces in multi-byte strings could cause a server exit.
* For the utf8_bin collation, ORDER BY LOWER(col_name) could produce incorrect ordering.
* On Windows, the --local-service server option did not work, and was not displayed in the --help message.
* The prototype of the Performance Schema instrumentation API mysql_cond_timedwait() call was fixed to be drop-in compatible with pthread_cond_timedwait(). This fix affects only implementers of third-party plugins.
* For the path specified with the --basedir option, mysql_plugin attempted to unlink the path rather than free the memory in which the path was stored.
* COUNT(DISTINCT) sometimes produced an incorrect result when the last read row contained a NULL value.
* Some scripts displayed out-of-date information regarding where to report bugs.
* Updating a FEDERATED table with UPDATE... JOIN caused a server exit when the local table contained a single row and that row could be joined to a row in the FEDERATED table.
* mysql_install_db referred to the obsolete mysqlbug script for reporting problems.

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

  • MySQL 5.5.36 By MySQL AB (Open Source) User Rating FileHippo Safety Guarantee Secured by Avira Download This Version (33.66MB) Download Advertisement Advertisement Latest Version MySQL 5.6.35 Older Ve...
    MySQL
    Download MySQL 5.5.36 - Change Log - FileHippo.com
    http://filehippo.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.36 - FileHippo.com
    http://filehippo.com
  • 2016年9月6日 - Changes in MySQL 5.5.36 (2014-01-31, General Availability) &middot; Changes in MySQL 5.5.35 (2013-12-03, General Availability) &middot; Changes in&nbsp;...
    MySQL
    MySQL 5.5 Release Notes :: Changes in MySQL 5.5.52 (2016-09-06
    https://dev.mysql.com
  • 2014年2月4日 - Latest Version: MySQL 5.7.16 (64-bit). Requirements: Windows XP64 / Vista64 / Windows 7 64. User Rating: Click to vote. Author / Product:.
    MySQL
    MySQL 5.5.36 (64-bit) Download for Windows / FileHorse.com
    http://www.filehorse.com
  • MySQL 5.5.36 By MySQL AB (Open Source) User Rating FileHippo Safety Guarantee Secured by Avira Download This Version (33.66MB) Download Advertisement Advertisement Latest Version MySQL 5.6.35 Older Ve...
    MySQL
    MySQL 5.5.36 - FileHippo.com - Download Free Software
    http://filehippo.com
  • 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
  • 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
  • MySQL 5.5 Reference Manual Preface and Legal Notices General Information Installing and Upgrading MySQL Tutorial MySQL Programs MySQL Server Administration ...
    MySQL
    MySQL :: MySQL 5.5 Reference Manual :: 13.7.5.36 SHOW STATUS Syntax
    https://dev.mysql.com
  • ... in MySQL 5.5.38 (2014-05-30, General Availability) &middot; Changes in MySQL 5.5.37 (2014-03-27, General Availability) &middot; Changes in MySQL 5.5.36 (2014-01-31,&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.36 (2014-01-31, General Availability) Functionality Added or Changed Bugs Fixed Functionality Added or Changed CMake now supports a -DTMPDIR=dir_name option to specify the default...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.36 (2014-01-31, General Availability)
    http://dev.mysql.com
  • InnoDB: Table renaming errors would appear in the LATEST FOREIGN KEY ERROR section of the SHOW ENGINE INNODB STATUS output. (Bug #12762390&nbsp;...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.36 ...
    https://dev.mysql.com
  • Changes in MySQL 5.5.36 (2014-01-31, General Availability) Changes in MySQL 5.5.35 (2013-12-03, General Availability) ... However, when replicating from a MySQL 5.5 master to a MySQL 5.5 or later slav...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.37 (2014-03-27, General Availability)
    https://dev.mysql.com
  • Changes in MySQL 5.5.36 (2014-01-31, General Availability) Changes in MySQL 5.5.35 (2013-12-03, General Availability) Changes in MySQL 5.5.34 (2013-09-20, General Availability) Changes in MySQL 5.5.33...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.38 (2014-05-30, General Availability)
    https://dev.mysql.com
  • Changes in MySQL 5.5.36 (2014-01-31, General Availability) &middot; Changes in MySQL 5.5.35 (2013-12-03, General Availability) &middot; Changes in MySQL 5.5.34&nbsp;...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.45 ...
    https://dev.mysql.com
  • 2015年12月7日 - Changes in MySQL 5.5.36 (2014-01-31, General Availability) &middot; Changes in MySQL 5.5.35 (2013-12-03, 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.36 (2014-01-31, General Availability) &middot; Changes in MySQL 5.5.35 (2013-12-03, General Availability) &middot; Changes in MySQL 5.5.34&nbsp;...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.51 ...
    https://dev.mysql.com
  • Changes in MySQL 5.5.36 (2014-01-31, General Availability) &middot; Changes in MySQL 5.5.35 (2013-12-03, General Availability) &middot; Changes in MySQL 5.5.34&nbsp;...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.53 ...
    https://dev.mysql.com
  • Changes in MySQL 5.5.36 (2014-01-31, General Availability) &middot; Changes in MySQL 5.5.35 (2013-12-03, General Availability) &middot; Changes in MySQL 5.5.34&nbsp;...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.54 ...
    https://dev.mysql.com
  • 14.7.5.36 SHOW TABLE STATUS Syntax SHOW TABLE STATUS [{FROM | IN} db_name] [LIKE &#39;pattern&#39; | WHERE expr] ... MySQL 5.6 finally speeds up SHOW TABLE STATUS in cases where it used to perform mis...
    MySQL
    MySQL :: MySQL 5.7 Reference Manual :: 14.7.5.36 SHOW TABLE STATUS Syntax
    https://dev.mysql.com