How to quickly install MariaDB on RedHat
How to quickly install MariaDB on RedHat
Download software
1
wget https://dlm.mariadb.com/3968455/MariaDB/mariadb-11.6.2/yum/rhel/mariadb-11.6.2-rhel-8-x86_64-rpms.tar
untar installation file
1
tar -xf ~/mariadb-11.6.2-rhel-8-x86_64-rpms.tar
Change directory
1
cd mariadb-11.6.2-rhel-8-x86_64-rpms
Setup the repository
1
./setup_repository
Repository file successfully created! Please install MariaDB Server with this command:
yum install MariaDB-server
Install MariaDB
1
yum install -y MariaDB-server
Sources
Photo by Harley-Davidson on Unsplash
Want to thank me?
🤝 Buy me a coffee https://buymeacoffee.com/dbplatz
This post is licensed under CC BY 4.0 by the author.