Skip to content

Instantly share code, notes, and snippets.

@iamdylanngo
Created March 28, 2020 10:31
Show Gist options
  • Save iamdylanngo/d71db378ffa671925c59b23c2d95dffb to your computer and use it in GitHub Desktop.
Save iamdylanngo/d71db378ffa671925c59b23c2d95dffb to your computer and use it in GitHub Desktop.
mariadb10.3-redhat8.readme
Guide setup MariaDB Server 10.3 on RedHat 8
# Setup
sudo dnf install mariadb-server
sudo systemctl enable --now mariadb
systemctl status mariadb
# Change root password
sudo mysql_secure_installation
# Access to MariaDB with command line
sudo mysql -u root -p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment