Hacker News new | ask | show | jobs
by AustinG08 4210 days ago
Since i'm a newbie and I couldn't find anything with a simple search, could you elaborate on that particular MySQL situation?
3 comments

Original creators left and created MariaDB. MariaDB is now used in place of MySQL in most Linux distros by default. They left after Oracle got control over it by buying Sun (who had previously bought MySQL.)
For me it was the closed-source new test cases. That marked a turning point for the direction of MySQL (IMO).
The short version is that MySQL was acquired by Oracle (when Oracle purchased Sun Microsystems). Following concerns about it remaining open source, MySQL was forked by it original creator, and is developed as MariaDB[0].

[0] https://en.wikipedia.org/wiki/MariaDB

Personally, I always though that the community over-reacted big time. After all, the core DB engine most people were using for MySQL for years (InnoDB) had been owned by Oracle for years before that.

MariaDB has done some decent stuff, tho.