Deploying MariaDB
Deploying MariaDB
In this guide we’ll walk through the basic steps to install, secure and configure a simple MariaDB installation. For this guide we’ll be installing MariaDB on a Debian host.
What is MariaDB?
MariaDB is a community-developed, commercially supported fork of the MySQL relational database management system (RDBMS). This article will outlines the steps a technician would take when installing and setting up MariaDB for a simple web-based application.
Contents
- Setting up a basic database.
- Command SQL commands.
- Changing a databases charater set and Collation.