You Ought To Know
I'm the lead author of High Performance MySQL, Second Edition.
You can hire me! I work as a consultant for Percona with some of my co-authors and other performance experts. You can contact me like this:
SELECT REVERSE('moc.anocrep@norab');
If you're looking for free, fast, friendly MySQL help instead of expert consulting, please send your questions to the MySQL mailing list, or hop on #mysql at FreeNode on IRC. Thanks!
Hot Hot Headlines
You Were Saying?
Respected Sites
Stuff To Do
Think Inside The Box
- August 2008 (16)
- July 2008 (7)
- June 2008 (11)
- May 2008 (15)
- April 2008 (18)
- March 2008 (9)
- February 2008 (4)
- January 2008 (9)
- December 2007 (11)
- November 2007 (19)
- October 2007 (18)
- September 2007 (11)
- August 2007 (12)
- July 2007 (9)
- June 2007 (12)
- May 2007 (13)
- April 2007 (12)
- March 2007 (17)
- February 2007 (6)
- January 2007 (10)
- December 2006 (8)
- November 2006 (8)
- October 2006 (12)
- September 2006 (9)
- August 2006 (19)
- July 2006 (14)
- June 2006 (15)
- May 2006 (15)
- April 2006 (12)
- March 2006 (10)
- February 2006 (5)
- January 2006 (12)
- December 2005 (18)
- November 2005 (14)
- October 2005 (9)
- September 2005 (16)

MySQL: Free Software but not Open Source
The title of MySQL’s website states that they are the world’s most popular open-source database. This is false; MySQL is not an open-source database. That assertion is a fact, not an opinion.
MySQL is Free Software, licensed under the GNU GPL. People frequently use the two phrases “Free Software” and “Open Source Software” as synonyms, but there are very large, very important differences.
The difference between Free and Open Source
Open Source is much more of a development methodology than a philosophical standpoint. The first thing on the Open Source Initiative’s website is this introduction:
In contrast, Free Software is not about development practices at all. You can develop Free Software any way you like; what makes it Free is the license. Free Software is about protection of rights and freedoms. It is a moral and ethical platform. The promise of Free Software is quite different from “better quality, higher reliability…” Free Software is not about quality or reliability.
So why is MySQL not Open Source? Simple. Sun/MySQL uses a closed development model. Nobody can get code in from the outside without accepting a Contributor License Agreement (CLA) which requires surrendering important rights, including ownership of the code. Sun/MySQL controls the code absolutely and maintains ownership of it. And even people who have signed the CLA report their patches stagnating — often for years — and still not being accepted into the source. This is not Open Source.
Open Source software is usually maintained, owned, and controlled by a decentralized network of peers. This is exactly the opposite of MySQL. You cannot get more opposite. The differences are often summarized as the cathedral versus the bazaar. I’m not sure this analogy always holds or is always useful and accurate, but it’s a helpful piece of common vocabulary.
Why this matters
This matters because both Freedom and an open development model are necessary to an empowered, enlightened, free society. Licensing isn’t the only thing that matters: ownership matters, too. So does control.
Google’s patches to MySQL are a good example of excellent code with many simple, highly useful features that have not been included into the official MySQL distribution. And there are no signs of that changing, as far as I can see.
I’m not the only one who notices this. Here’s another quote:
If this interests you, perhaps you would like to join the discussion on the oursql-sources Google group.
Technorati Tags:development, Free Software, mysql, Open SourceYou might also like: