Caprover logo
Caprover one-click apps browser
MariaDB logo
MariaDB
MariaDB Server is one of the most popular open source relational databases. It's made by the original developers of MySQL and guaranteed to stay open source
Official integration
Created - Last update

MariaDB is a community-developed fork of the MySQL relational database management system intended to remain free under the GNU GPL. Being a fork of a leading open source software system, it is notable for being led by the original developers of MySQL, who forked it due to concerns over its acquisition by Oracle. Contributors are required to share their copyright with the MariaDB Foundation. The intent is also to maintain high compatibility with MySQL, ensuring a "drop-in" replacement capability with library binary equivalency and exact matching with MySQL APIs and commands. It includes the XtraDB storage engine for replacing InnoDB, as well as a new storage engine, Aria, that intends to be both a transactional and non-transactional engine perhaps even included in future versions of MySQL.

Deployed services
mariadb-db
custom
  • mariadb-db-data:/var/lib/mysql
always
1
Variables

MariaDB Version

Default: 10.4

$$cap_mysql_version
Check out their Docker page for the valid tags https://hub.docker.com/_/mariadb?tab=tags

MariaDB Root password

Default: undefined

$$cap_db_pass

Default server character set

Default: utf8mb4

$$cap_charset
See the MariaDB website for supported character sets (https://mariadb.com/kb/en/library/supported-character-sets-and-collations/#character-sets)

Default server collation

Default: utf8mb4_unicode_ci

$$cap_collation
See the MariaDB website for supported collations (https://mariadb.com/kb/en/library/supported-character-sets-and-collations/#collations)
© 2025, Built with Gatsby - Source code available on GitHub