MySQL 不同版本说明


Mysql 的官网下载地址:

http://dev.mysql.com/downloads/

在这个下载界面会有几个版本的选择。

1. MySQL Community
Server

社区版本,免费,但是Mysql不提供官方技术支持。

MySQLCommunity Server is a freely downloadable version of the world’s most
popularopen source database that is supported by an active community of open
sourcedevelopers and enthusiasts.

2. MySQL
Enterprise Edition

MySQLEnterprise Edition includes the following and is available for 30 day
trialfrom the Oracle E-Delivery Web site.

该版本是收费版本,可以试用30天,包含以下组件:

(1)MySQL Database

(2)MySQL Enterprise Backup

(3)MySQL Enterprise Monitor

(4)MySQL Workbench Standard Edition

3. MySQL Cluster

MySQLCluster is a real-time open source transactional database designed for
fast,always-on access to data under high throughput conditions.

免费版本

4. MySQL Cluster
CGE

收费版本,包含组件如下:

MySQL Cluster CGE
is a commercial edition ofMySQL that combines:

(1)MySQL Cluster

(2)MySQL Cluster Manager

(3)MySQL Enterprise Backup

(4)MySQL Enterprise Monitor

(5)MySQL Workbench Standard Edition

5. MySQL Workbench GUI Tool

MySQLWorkbench is a next-generation visual database design application that can
beused to efficiently design, manage and document database schemata. It
isavailabl开发云主机域名e as both, open source and commercial editions.

MySQLWorkbench是一款专为MySQL设计的ER/数据库建模工具。它是著名的数据设计工具DBDesigner4的继任者。你可以用MySQL Workbench设计和创建新的数据库图示,建立数据库文档,以及进行复杂的MySQL 迁移。

MySQL Workbench的主要功能包括:

(1)基于Cairo的图形渲染,可以将内容输出到OpenGL、Win32、X11、Quartz、PostScript、PDF等多种目标上

(2)可视化的表、视图、存储进程/函数和外键

(3)实现数据库到SQL脚本的逆向工程

(4)数据库/模型的同步

(5)导出SQL创建的脚本

(6)导入DBDesigner4的模型

(7)支持MySQL5的特性

(8)可选的图示记号

MySQL Workbench有两个版本:

(1)MySQL Workbench Community Edition(MySQL Workbench OSS,社区版)

(2)MySQL Workbench Standard Edition(MySQL Workbench SE,商业版)。

MySQLWorkbench OSS是在GPL证书下发布的开源社区版本,而MySQL Workbench SE则是按年收费的商业版本。其功能方面的差异见下表:

相关推荐: MYSQL中如何实现binlog优化

这篇文章主要讲解了MYSQL中如何实现binlog优化,内容清晰明了,对此有兴趣的小伙伴可以学习一下,相信大家阅读完之后会有帮助。问题问题1:如何解决事务提交时flush redo log带来的性能损失WAL是实现事务持久性(D)的一个常用技术,基本原理是将事…

免责声明:本站发布的图片视频文字,以转载和分享为主,文章观点不代表本站立场,本站不承担相关法律责任;如果涉及侵权请联系邮箱:360163164@qq.com举报,并提供相关证据,经查实将立刻删除涉嫌侵权内容。

(0)
打赏 微信扫一扫 微信扫一扫
上一篇 06/05 17:44
下一篇 06/05 17:44

相关推荐