MariaDB as a replacement for mySQL backend?

William Shoap Posted in Performance and Scalability 3 years ago

Does anyone currently use MariaDb as their backend database in place of mySQL? I read through this article and they claim that MariaDB is a replacement for mySQL and is much more scalable. However, I am wondering if it is compatible with OSSN.

Here is the article: https://www.softwaretestinghelp.com/mariadb-vs-mysql/

Replies
us Rishi B Replied 3 years ago

no, not really, they aren't that different in terms of performance.

us William Shoap Replied 3 years ago

Thank you for your reply. The reason I was asking was if I end up getting 50,000 members on my site, is there any benefit to switching?

us Rishi B Replied 3 years ago

MariaDB is a fork of mysql, and is backwards compatible with all mysql versions. Basically what happened was, Oracle bought MySQL around 2010, and a group of devs decided they didn't like the new direction that Oracle was taking, and so they decided to make their own forked version, calling it MariaDB. For most practical purposes, there isn't much difference and personally I've heard most developers refer to MySQL and MariaDB pretty much interchangeably.

Indonesian Arsalan Shah Replied 3 years ago

MySQL and MariaDB is same so you can use it on the both.