Installing MariaDB Community Server 10.6 on Rocky Linux 9.3
Installing MariaDB Community Server 10.6 on Rocky Linux 9.3
Configure the YUM package repository.
~]$ sudo yum -y install wget |
Install MariaDB Community Server and package dependencies:
~]$ sudo yum -y install MariaDB-server MariaDB-backup |
Set your system variables and options in the configuration file.
~]$ sudo bash -c 'cat > /etc/my.cnf.d/z-custom-my.cnf << EOF |
Starting the Server.
~]$ sudo systemctl enable mariadb --now |
Testing.
~]$ sudo mariadb --socket='/data/mysql/mysql.sock' |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.

