shlogg · Early preview
Koshirok096 @koshirok096

MariaDB Vs MySQL: Open-Source Database Comparison

MariaDB is an open-source database management system derived from MySQL, offering reliability & performance. It's highly compatible with MySQL but has its own unique features & improvements.

Introduction

Hello everyone. Recently, I’ve been working on a personal project that requires a database, so I’ve been comparing various DB options. Among them, I had the chance to try MariaDB, and I decided to write this article to share what I’ve learned as a reference for myself and for others.
I’m not an expert on MariaDB yet (This time, it was my first time to use it). However, if you’re also a beginner or someone interested in MariaDB but don’t know much about it, I hope this article provides some useful, basic information for you.


  
  
  What is MariaDB?

MariaDB is an open-source da...