Step by step process to install MariaDB on Linux Mint 20 ?
This article will guide you on steps to install #MariaDB on the #Linux operating system.
MariaDB offers more and better storage engines. NoSQL support, provided by Cassandra, allows you to run SQL and NoSQL in a single database system. MariaDB also supports TokuDB, which can handle big data for large organizations and corporate users.
As a columnar database, MariaDB ColumnStore stores table data in columns rather than rows. Data partitioning by columns is also called Vertical Partitioning.
MariaDB is a drop in place replacement for #MySQL, but you can also install it alongside MySQL.
To install MariaDB on #Ubuntu 18.04, follow these steps:
1. Update packages index. sudo apt update.
2. Once the packages list is updated, install MariaDB by issuing the following command: sudo apt install mariadb-server.
3. The MariaDB service will start automatically.
