Created
March 28, 2020 10:31
-
-
Save iamdylanngo/d71db378ffa671925c59b23c2d95dffb to your computer and use it in GitHub Desktop.
mariadb10.3-redhat8.readme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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