Deploying MariaDB

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

  1. Setting up a basic database.
  2. Command SQL commands.
  3. Changing a databases charater set and Collation.

Get Started