Post

Mariadb

MariaDB is a fork of the popular MySQL database management system that is developed and maintained by the open-source community. It is also commercially supported, offering enterprise-level features and support for organizations that require them. MariaDB aims to maintain high compatibility with MySQL, ensuring a drop-in replacement capability.

Mariadb

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/mariadb.sh)"
CPU: 1 cores RAM: 1024 MB Disk: 4 GB OS: Debian 13

Alpine install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-mariadb.sh)"
CPU: 1 cores RAM: 256 MB Disk: 1 GB OS: Alpine 3.23

Notes

This script requires some extra steps after the installation, Please checkout the 'documentation'
Access Adminer Web UI at http:///adminer.php</code></div> </div> ## Web Interface
Port: 3306
## Links - [Official Website](https://mariadb.org/) - [Documentation](https://github.com/community-scripts/ProxmoxVE/discussions/192) ---
This post is licensed under CC BY 4.0 by the author.