Live data from Hacker News

MySQL Editions

mysql.com

11–20 of 99 posts

Re: MySQL Editions

#11
Even the $10,000 cluster edition (which is based on NDB) is GPL.

So clearly they can not be selling software, I can only assume these are prices for support, not for software.

Have they taken down download links? Removed source code?

Re: MySQL Editions

#12

Judging by the comments people are confused. The free, GPL edition of MySQL ("MySQL Community Server") is still what you've always had. These are the commercially licensed products. Oracle's shifted around some features and pricing on support plans and such, but if you're not a commercial customer, nothing's changed for you.

What's the difference between community and commercial customers, aside from support? Is InnoDB a feature? Why would MyISAM support be free but InnoDB support have a yearly fee?

Re: MySQL Editions

#14
post #12

Judging by the comments people are confused. The free, GPL edition of MySQL ("MySQL Community Server") is still what you've always had. These are the commercially licensed products. Oracle's shifted around some features and pricing on support plans and such, but if you're not a commercial customer, nothing's changed for you.

What's the difference between community and commercial customers, aside from support? Is InnoDB a feature? Why would MyISAM support be free but InnoDB support have a yearly fee?

MySQL is dual-licensed. If you download the community server, it's GPL licensed. If you want to distribute MySQL as part of your application, then your application may have to be GPL licensed as well, which is often undesirable. ISVs and others that need to distribute MySQL can buy one of the commercial editions to get it under a non-GPL license.

If you're worried about the future, Oracle agreed to maintain the dual-licensing strategy until at least 2015 as part of the EU negotiations before acquiring Sun.

Re: MySQL Editions

#15
post #12

Judging by the comments people are confused. The free, GPL edition of MySQL ("MySQL Community Server") is still what you've always had. These are the commercially licensed products. Oracle's shifted around some features and pricing on support plans and such, but if you're not a commercial customer, nothing's changed for you.

What's the difference between community and commercial customers, aside from support? Is InnoDB a feature? Why would MyISAM support be free but InnoDB support have a yearly fee?

[deleted]

Re: MySQL Editions

#16
post #11

Even the $10,000 cluster edition (which is based on NDB) is GPL. So clearly they can not be selling software, I can only assume these are prices for support, not for software. Have they taken down download links? Removed source code?

You are making the assumption that the GPL is appropriate for everyone that will use MySQL, which is incorrect. ISVs and other businesses that want to distribute MySQL as part of an application can buy it from Oracle with a non-GPL license so they don't have to GPL license what they're selling too.

Re: MySQL Editions

#17
post #12

Judging by the comments people are confused. The free, GPL edition of MySQL ("MySQL Community Server") is still what you've always had. These are the commercially licensed products. Oracle's shifted around some features and pricing on support plans and such, but if you're not a commercial customer, nothing's changed for you.

What's the difference between community and commercial customers, aside from support? Is InnoDB a feature? Why would MyISAM support be free but InnoDB support have a yearly fee?

Ah ok, paying to get it under a non-GPL license makes sense.

Re: MySQL Editions

#18
post #11

Even the $10,000 cluster edition (which is based on NDB) is GPL. So clearly they can not be selling software, I can only assume these are prices for support, not for software. Have they taken down download links? Removed source code?

GPL doesn’t mean you can’t sell it; it means you have to provide source and allow derivative products within the constraints of the license.

Re: MySQL Editions

#20
post #4

Wow, yeah hello PostgreSQL

I think the reason you are being downvoted is that you are comparing PostgreSQL with the commercial version of MySQL. A better comparison would be between EnterpriseDB and the commercial version of MySQL.
Post reply on HN