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)"
Alpine install:
1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-mariadb.sh)"
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## 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.