Installing MariaDB Server
- Install MariaDB server:
OS Command RHEL compatible sudo yum install mariadb-server
SLES sudo zypper install mariadb-server
Ubuntu sudo apt-get install mariadb-server
If these commands do not work, you might need to add a repository or use a differentyum install
command, particularly on RHEL 6 compatible operating systems. For more assistance, see the following topics on the MariaDB website:- RHEL compatible: Installing MariaDB with yum
- SLES: MariaDB Package Repository Setup and Usage
- Ubuntu: Installing MariaDB .deb Files