Skip to content

Instantly share code, notes, and snippets.

@hkhoshraftar
Created March 19, 2020 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hkhoshraftar/8c755b4e4cc3f9a3a28d6aabf31a6e4a to your computer and use it in GitHub Desktop.
Save hkhoshraftar/8c755b4e4cc3f9a3a28d6aabf31a6e4a to your computer and use it in GitHub Desktop.
tee /etc/yum.repos.d/MariaDB.repo<<EOF
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.4/centos8-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
EOF
sudo dnf install boost-program-options
sudo dnf install MariaDB-server MariaDB-client --disablerepo=AppStream
sudo systemctl enable --now mariadb
systemctl enable --now mariadb
sudo mysql_secure_installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment