Table of contents

What is MariaDB?

Author:

Published:

Updated on August 16, 2024

Reading Time: < 1 min read

StackCP MariaDB Database #

MariaDB is a fork of MySQL, designed to be a drop-in replacement. It shares the same database structure and indexing as MySQL, making it backward compatible.

At CP CLOUD HOSTING, we use MariaDB versions 10.4 and 10.6.

To check the version of MariaDB you’re using:

  1. Access phpMyAdmin:
    • Go to StackCP > Manage Hosting > [select package] > phpMyAdmin.
  2. Select Your Database:
    • Choose the database from the left-hand panel.
  3. Run a Query:
    • Click on the Query tab at the top.
    • Enter the query: SELECT VERSION();
    • Click Go.

The version of MariaDB will be displayed.

Using StackCP with CP CLOUD HOSTING ensures you’re working with up-to-date database technologies.