MySQL (32-bit)

最新版本 MySQL 5.1.58

MySQL 5.1.58

MySQL 5.1.58
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.58

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

What's new in this version:

Bugs fixed:

* InnoDB Storage Engine: If the server crashed while an XA transaction was prepared but not yet committed, the transaction could remain in the system after restart, and cause a subsequent shutdown to hang. 
* Partitioning: When executing a row-ordered retrieval index merge, the partitioning handler used memory from that allocated for the table, rather than that allocated to the query, causing table object memory not to be freed until the table was closed. 
* Replication: When mysqlbinlog was invoked using --base64-output=decode-row and --start-position=pos, (where pos is a point in the binary log past the format description log event), a spurious error of the type shown here was generated:
- malformed binlog: it does not contain any Format_description_log_event... 
- However, since there is nothing unsafe about not printing the format description log event, the error has been removed for this case. 
* Replication: Typographical errors appeared in the text of several replication error messages. (The word “position” was misspelled as “postion”.) 
* After the fix for Bug#11889186, MAKEDATE() arguments with a year part greater than 9999 raised an assertion. 
* An assertion could be raised due to a missing NULL value check in Item_func_round::fix_length_and_dec(). 
* In debug builds on Solaris, an assertion was raised if a reverse IP lookup with gethostbyaddr_r() failed. 
* MySQL did not build if configured with both --with-debug and --with-libedit. 
* A problem introduced in 5.1.57 caused very old (MySQL 4.0) clients to be unable to connect to the server. 
* Using CREATE EVENT IF NOT EXISTS for an event that already existed and was enabled caused multiple instances of the event to run. 
* The incorrect max_length value for YEAR values could be used in temporary result tables for UNION, leading to incorrect results. 
* In Item_func_in::fix_length_and_dec(), a Valgrind warning for uninitialized values was corrected. 
* In ROUND() calculations, a Valgrind warning for uninitialized memory was corrected. 
* Valgrind warnings caused by comparing index values to an uninitialized field were corrected. 
* LOAD DATA INFILE errors could leak I/O cache memory. 
* For LOAD DATA INFILE, multibyte character sequences could be pushed onto a stack too small to accommodate them. 
* An embedded client would abort rather than issue an error message if it issued a TEE command (T file_name) and the directory containing the file did not exist. This occurred because the wrong error handler was called. 
* On Linux, the mysql client built using the bundled libedit did not read ~/.editrc. 
* The optimizer sometimes incorrectly processed HAVING clauses for queries that did not also have an ORDER BY clause. 
* PROCEDURE ANALYZE() could leak memory for NULL results, and could return incorrect results if used with a LIMIT clause. 
* On some platforms, the Incorrect value: xxx for column yyy at row zzz error produced by LOAD DATA INFILE could have an incorrect value of zzz. 
* In MySQL 5.1 and up, if a table had triggers that used syntax supported in 5.0 but not 5.1, the table became unavailable. Now the table is marked as having broken triggers. 
* An attempt to install nonexistent files during installation was corrected. 
* On FreeBSD 64-built builds of the embedded server, exceptions were not prevented from propagating into the embedded application.

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

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, 5.1.48, 5.1.47, 5.1.46, 5.1.45, 5.1.44, 5.1.43, 5.1.42, 5.1.41, 5.1.40, 5.1.39 ...

https://downloads.mysql.com

Download MySQL Installer (Archived Versions)

Please note that these are old versions. New releases will have recent bug fixes and features! To download the latest release of MySQL Installer, please visit ...

https://downloads.mysql.com

MySQL Community Server

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, 5.1.48, 5.1.47, 5.1.46, 5.1.45, 5.1.44, 5.1.43, 5.1.42, 5.1.41, 5.1.40, 5.1.39 ...

https://downloads.mysql.com

MYSQL 更新升級問題 - iT 邦幫忙

2 則回答 · 停掉apache & PHP · 停掉目前mysql 服務,換軟體,再啟動mysql 服務 · 執行新版軟體中的mysql_upgrade 這支程式,它會調整資料庫格式 · 重啟mysql (restart) · 啟動 ...

https://ithelp.ithome.com.tw

mysql免安装版配置步骤详解分享- phpStudy

用cmd进入mysql安装目录下的bin 目录,再执行: mysqld --install mysql --defaults-file=E:-Program Files-mysql-5.1.58-win32-my.ini 就是注册为系统服务。 后面的 ...

https://m.xp.cn

Oracle Mysql version 5.1.58 : Security vulnerabilities, CVEs

Successful attacks of this vulnerability can result in unauthorized ability to cause a hang or frequently repeatable crash (complete DOS) of MySQL Server as ...

https://www.cvedetails.com

[軟體安裝] 安裝MySQL 5.1.53 - 漫步@雲端- 痞客邦

2010年12月14日 — [軟體安裝] 安裝MySQL 5.1.53 · 1. 下載MySQL 5.1.53 後, 執行:mysql-5.1.53-win32.msi · 2. 出現MySQL 安裝畫面,點按[Next] · 3. 安裝類型, 點選[Custom] ...

https://chiangchingchi.pixnet.

下载MySQL 5.1.58 Windows 版

下载MySQL 5.1.58 Windows 版。快速下载最新免费软件!马上单击.

https://filehippo.com

下载MySQL Community Server 5.1.58 x64 for - OldVersion.com

MySQL Community Server 5.1.58 x64. 2,572 下载 · 文件大小: 31.50 MB · 文件大小: 31.50 MB; 发布日期: 2011-7-5 · 发布日期: 2011-7-5; 工程于: Windows 95 ...

http://www.oldversion.cn

源码编译安装MySQL-5.1.58,常规参数优化配置转载

2015年4月18日 — 源码编译安装MySQL-5.1.58,常规参数优化配置 转载 · 1) 解压软件包. tar xvf mysql-5.1.58.tar.gz · 2) 配置mysql用户 · 3) 配置,编译,编译安装 · 4) ...

https://blog.csdn.net