How to Install MySQL or MariaDB on Ubuntu Linux
How to Install MySQL or MariaDB on Ubuntu Linux This post shows students and new users steps to install MySQL or MariaDB on Ubuntu Linux. MariaDB and MySQL are twins. Both MySQL and MariaDB is an open-source, multi-threaded relational database management systems. MariaDB is a backward compatible replacement for MySQL. You can uninstall MySQL and install MariaDB, and your applications may not even know the difference. Since these two databases are identical, we’re going to write a single post detailing how to install both on Ubuntu Linux. MariaDB maintained and developed by the MariaDB Foundation while MySQL is owned by Oracle. If you’re a student or new user learning Linux, the easiest place to start learning is on Ubuntu Linux. Ubuntu is the modern, open source Linux operating system for desktop, servers and other devices. To get started with installing both MariaDB and MySQL databases on Ubuntu Linux, follow the steps below. How to install MariaDB on Ubuntu Lin...