Author Topic: Oracle Makes More Moves To Kill Open Source MySQL  (Read 4820 times)

bill

  • Devil's Avocado
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1286
  • Avast!
    • View Profile
    • Email
Oracle Makes More Moves To Kill Open Source MySQL
« on: September 04, 2012, 04:11:18 AM »
Oracle Makes More Moves To Kill Open Source MySQL

I'd heard the rumors of this back when Oracle took over, but this week everyone is re-tweeting this article. Are they really killing off MySQL?

What's the alternative? I've heard MariaDB mentioned, but I have no experience with it.

littleman

  • Administrator
  • Hero Member
  • *****
  • Posts: 6558
    • View Profile
Re: Oracle Makes More Moves To Kill Open Source MySQL
« Reply #1 on: September 04, 2012, 05:00:16 AM »
Postgresql is one, for some applications sqlite  is also an alternative.  There are others.  If they close it off I am sure there will be a fork from the last open source version released.  Before they close it off they may want to study whats going on with libreoffice vs.  openoffice.

Added: http://en.wikipedia.org/wiki/MySQL#Forks
« Last Edit: September 04, 2012, 05:01:48 AM by littleman »

Chunkford

  • Inner Core
  • Hero Member
  • *
  • Posts: 1057
    • View Profile
Re: Oracle Makes More Moves To Kill Open Source MySQL
« Reply #2 on: September 04, 2012, 06:26:24 AM »
"If my answers frighten you then you should cease asking scary questions"

jetboy

  • Inner Core
  • Sr. Member
  • *
  • Posts: 433
  • Hens of warfare!
    • View Profile
    • Email
Re: Oracle Makes More Moves To Kill Open Source MySQL
« Reply #3 on: September 05, 2012, 12:51:51 AM »
The two MySQL forks with the most momentum seem to be MariaDB (from former MySQL owner Monty Widenius) and Percona (from the folk behind MySQL Performance Blog). Both have committed to be drop-in MySQL replacements, albeit with extra features. So, swapping to either one should need no changes in your code, off the shelf apps like Wordpress or the desktop tools that you may use to access MySQL.

While these forks exist, we have straightforward fallback positions if Oracle screw up MySQL. As such, I've decided that it isn't worth worrying about. If Oracle start doing things that actually affect my ability to use MySQL effectively, I may change that view and look at the alternatives more closely. As it stands, it looks to be more about disgruntled developers than a change of policy at Oracle.

Whether I'd want to commit to a MySQL fork longer term in an enterprise environment is a different story. If Oracle killed MySQL tomorrow, a fork would probably be a stepping stone to refactoring to use PostgreSQL.