MySQL 5.7.7 发布,数据库服务器

jopen 9年前

MySQL 5.7.7 发布,主要亮点是增加了一些新功能:

  • Optimizer Note: It is now possible to provide hints to the optimizer within individual SQL statements

  • Security Note: 默认支持 SSL

  • 支持 Spatial Data : 重新使用以下功能:ST_Buffer(), ST_Difference(), ST_Distance(), ST_Intersection(), ST_IsSimple(), ST_SymDifference(), and ST_Union()

  • InnoDB: The innodb_file_format 默认值变成了 Barracuda. 先前版本中的默认值是 Antelope.

  • InnoDB: The innodb_large_prefix 默认值为开,先前版本中的默认值是关闭的。

  • InnoDB: The innodb_strict_mode 默认值为开,先前版本中的默认值是关闭的。

此版本现已提供下载:

Windows

Linux

Mac OS-X

FreeBSD

Source Code

更多内容请查看发行页面

MySQL是一个开放源码的小型关联式数据库管理系统,开发者为瑞典MySQL AB公司。目前MySQL被广泛地应用在Internet上的中小型网站中。由于其体积小、速度快、总体拥有成本低,尤其是开放源码这一特点,许多中小型 网站为了降低网站总体拥有成本而选择了MySQL作为网站数据库。

 

来自:http://www.oschina.net/news/62449/mysql-5-7-7