MariaDB is a community-developed, commercially supported fork of the MySQL relational database management system. It is designed as a drop-in replacement for MySQL with more features, new storage engines, fewer bugs, and better performance.
For more information, visit MariaDB.org.
You can retrieve the credential of MariaDB with the following environment variables:
${MARIADB_USERNAME}
: The username of this MariaDB instance.${MARIADB_PASSWORD}
: The password of this MariaDB instance.${MARIADB_DATABASE}
: The database name of this MariaDB instance.${MARIADB_HOST}
: The hostname of this MariaDB instance.${MARIADB_PORT}
: The port of this MariaDB instance.Zeabur offers an automatic backup feature for MariaDB. However, you must restore the backup manually. Follow the steps below to restore your backup:
<Command to connect to your MariaDB> < data.sql