MySQL

MySQL 5.5.11

MySQL AB
開源軟體

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

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

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

# Bugs fixed:

* Partitioning: A problem with a previous fix for poor performance of INSERT ON DUPLICATE KEY UPDATE statements on tables having many partitions caused the handler function for reading a row from a specific index to fail to store the ID of the partition last used. This caused some statements to fail with Can't find record errors.
* An assertion was raised if an XA COMMIT was issued when an XA transaction had already encountered an error (such as a deadlock) that required the transaction to be rolled back.
* On some systems, debug builds of comp_err.c could fail due to an uninitialized variable.
* The server read one byte too many when trying to process an XML string lacking a closing quote (') or double quote (") character used as an argument for UpdateXML() or ExtractValue().
* Attempting to create a spatial index on a CHAR column longer than 31 bytes led to an assertion failure if the server was compiled with safemutex support.
* Aggregation followed by a subquery could produce an incorrect result.
* An incorrect character set pointer passed to my_strtoll10_mb2() caused an assertion to be raised.
* mysqldump did not quote database names in ALTER DATABASE statements in its output, which could cause an error at reload time for database names containing a dash.
* The MYSQL_HOME environment variable was being ignored.
* If a multiple-table update updated a row through two aliases and the first update physically moved the row, the second update failed to locate the row. This resulted in different errors depending on storage engine, although these errors did not accurately describe the problem:
- MyISAM: Got error 134 from storage engine
- InnoDB: Can't find record in 'tbl'
For MyISAM, which is nontransactional, the update executed first was performed but the second was not. In addition, for two equal multiple-table update statements, one could succeed and the other fail depending on whether the record actually moved, which is inconsistent.
Now such an update returns an error if it will update a table through multiple aliases, and perform an update that may physically more the row in at least one of these aliases.
* SHOW WARNINGS output following EXPLAIN EXTENDED could include unprintable characters.
* When CASE ... WHEN arguments had different character sets, 8-bit values could be referenced as utf16 or utf32 values, causing an assertion to be raised.
* Bitmap functions used in one thread could change bitmaps used by other threads, causing an assertion to be raised.

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

  • MySQL 5.5.11 By MySQL AB (Open Source) User Rating FileHippo Safety Guarantee Secured by Avira Download This Version (27.65MB) Download Advertisement Advertisement Latest Version MySQL 5.6.35 Older Ve...
    MySQL
    Download MySQL 5.5.11 - FileHippo.com
    http://filehippo.com
  • Title: MySQL 5.5.11 Filename: mysql-5.5.11-win32.msi File size: 27.65MB (28,997,624 bytes) Requirements: Windows 9x / 2000 / XP / Vista / Windows 7 / Windows 8 / Windows 10 / Windows 10 64-bit Languag...
    MySQL
    Download MySQL 5.5.11 - 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
  • #5 Mars- MySQL 小新人 於 2011/11/23 00:42 先感謝大大的說明, 我成功裝起來了~ 不過有個問題是我明明將 MySQL 裝在 F 槽, 可是您說明的最後一步 Create DB 的部分卻是在 C:\ProgramData\MySQL\MySQL Server 5.5\data\ 裡產生 DB 資料夾,
    MySQL
    MySQL 5.5.9 安裝及設定 @ 漫步@雲端 :: 痞客邦 PIXNET ::
    http://chiangchingchi.pixnet.n
  • 免費 MySQL 軟體版本 : 5.7.10 for Windows (完整安裝版) 軟體分類 : 架站工具 (資料庫伺服器) 語言介面 : 英文 作業系統 : Windows(含Win10) 軟體性質 : 免費軟體 使用限制 : 非商業使用 檔案大小 : 371.72 MB 參考網站 : MySQL AB 點閱次數 : 141,013 ...
    MySQL
    MySQL 5.7.10 for Windows (完整安裝版):軟體王2017-軟體資訊網站
    http://www.softking.com.tw
  • 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
  • ... in MySQL 5.5.12 (2011-05-05, General Availability) · Changes in MySQL 5.5.11 (2011-04-07, General Availability) · Changes in MySQL 5.5.10 (2011-03-15, ...
    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
  • InnoDB now permits concurrent reads on a table while creating nonprimary unique indexes. (This was found to create problems and was reverted in 5.5.12.) ...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.11 ...
    https://dev.mysql.com
  • 2014年9月22日 - InnoDB: An ALTER TABLE ... ADD FOREIGN KEY operation could cause a serious error. (Bug #19471516, Bug #73650). InnoDB: With a ...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.40 ...
    https://dev.mysql.com
  • Changes in MySQL 5.5.12 (2011-05-05, General Availability) · Changes in MySQL 5.5.11 (2011-04-07, General Availability) · Changes in MySQL 5.5.10 ...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.41 ...
    https://dev.mysql.com
  • Changes in MySQL 5.5.11 (2011-04-07, General Availability) · Changes in MySQL 5.5.10 (2011-03-15, General Availability) · Changes in MySQL 5.5.9 ...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.46 ...
    https://dev.mysql.com
  • Incompatible Change: For multibyte character sets, LOAD DATA could fail to allocate space correctly and ignore input rows as a result. A consequence of this ...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.51 ...
    https://dev.mysql.com
  • Changes in MySQL 5.5.12 (2011-05-05, General Availability) · Changes in MySQL 5.5.11 (2011-04-07, General Availability) · Changes in MySQL 5.5.10 ...
    MySQL
    MySQL :: MySQL 5.5 Release Notes :: Changes in MySQL 5.5.54 ...
    https://dev.mysql.com
  • MySQL Community Downloads MySQL Community Server (GPL) (Current Generally Available Release: 5.7.17) MySQL Community Server is the world's most popular open source database. Download ...
    MySQL
    MySQL :: MySQL Community Downloads
    https://dev.mysql.com
  • MySQL Downloads Oracle MySQL Cloud Service (commercial) Oracle MySQL Cloud Service is built on MySQL Enterprise Edition and powered by Oracle Cloud, providing an enterprise-grade MySQL database servic...
    MySQL
    MySQL :: MySQL Downloads
    https://www.mysql.com
  • This extension was deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0. Instead, the MySQLi or PDO_MySQL extension should be used. See also ...
    MySQL
    MySQL :: MySQL PHP API :: 5.5.11 mysql_error
    https://dev.mysql.com