MariaDB vs mySQL.
I’ve just moved this blog from a hosting provider to AWS EC2, and chose to use MariaDB instead of mySQL behind WordPress.
MariaDB, a fork of mySQL itself, bills itself as completely compatible with mySQL, so any mySQL install can be upgraded to MariaDB pretty much seamlessly (it was trivial for me using apt-get on Ubuntu). The arguments for MariaDB over mySQL include:
- More open source commitment from MariaDB than mySQL, especially after mySQL’s purchase last year by Oracle.
- Better performance as your database application scales.
- Better features.
I haven’t found any noticeable advantages yet on my small WordPress site, but I do worry about the direction of mySQL under Oracle, and it does seem that many important organizations, even Google, have made the switch. I can see MariaDB becoming the standard over mySQL for mySQL-ish installations.
What I do see is that the folks at MariaDB have done a wonderful job keeping it compatible with mySQL. If you know and are comfortable with mySQL, you won’t notice many differences, if any, working with MariaDB. If you know mySQL, you know MariaDB, and your existing databases will “just work”.
You might as well give it a spin.
2 Responses to MariaDB vs mySQL.
Leave a Reply Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Recent Comments
- JPEREZGIL on REST calls in .NET (C#) over SSL (HTTPS)
- Reivaj810 on REST calls in .NET (C#) over SSL (HTTPS)
- Juancastein on Installing SharePoint 2013 on Windows Server 2012 R2 Preview
- Juancastein on Installing SharePoint 2013 on Windows Server 2012 R2 Preview
- Arjen Holterman on REST calls in .NET (C#) over SSL (HTTPS)
Categories
[…] MariaDB vs mySQL. […]
[…] as I recommend, you prefer MariaDB over mySQL, all you have to do is install MariaDB over mySQL from Ubuntu, and […]