发布于 2016-10-13 09:03:02 | 356 次阅读 | 评论: 0 | 来源: 网友投递
Mysql关系型数据库管理系统
MySQL是一个开放源码的小型关联式数据库管理系统,开发者为瑞典MySQL AB公司。MySQL被广泛地应用在Internet上的中小型网站中。由于其体积小、速度快、总体拥有成本低,尤其是开放源码这一特点,许多中小型网站为了降低网站总体拥有成本而选择了MySQL作为网站数据库。
MySQL 5.7.16 发布了。
版本更新如下:
yaSSL 升级到2.42版本。
This upgrade corrects issues with: Potential AES side channel leaks; DSA padding for unusual sizes; the SSL_CTX_load_verify_locations()
OpenSSL compatibility function failing to handle long path directory names. (Bug #24512715, Bug #24740291)
安全注意事项:
不兼容变化: For STANDALONE
and WIN
builds, the default secure_file_priv
value has changed from the empty string to NULL
. This is a secure-by-default setting because it disables import and export operations. To permit those operations, set secure_file_priv
to the path name of the directory to use for those operations. (Bug #24679907, Bug #24695274, Bug #24707666)
The linked OpenSSL library for the MySQL Commercial Server has been updated to version 1.0.1u. For a description of issues fixed in this version, see http://www.openssl.org/news/vulnerabilities.html.
This change does not affect the Oracle-produced MySQL Community build of MySQL Server, which uses the yaSSL library instead. (Bug #24753389)
下载地址:http://dev.mysql.com/downloads/mysql/