in This Tutorial you Will Learn " How To Install MariaDB on Rocky Linux 8"
MariaDB Server is one of the most popular open source relational databases. | Offcial website - https://mariadb.org/
_________________________________________________________________________________________
Server - Os: Rocky Linux 8.5 64Bit | IP -192.168.1.60 |Hostname - server.yourdomain.com
_________________________________________________________________________________________
cat /etc/system-release ; dnf groupinstall "Development Tools" -y
dnf makecache ; dnf module -y install mariadb:10.3
systemctl enable --now mariadb ; systemctl start mariadb
mysql_secure_installation
nano /etc/my.cnf.d/charaset.cnf
[mysqld]
character-set-server = utf8mb4
[client]
default-character-set = utf8mb4
firewall-cmd --add-service=mysql --permanent ; firewall-cmd --reload
systemctl restart mariadb
_________________________________________________________________________________________
Wednesday, February 16, 2022
How To Install MariaDB on Rocky Linux 8 | Step by Step Process ?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment