Created
April 19, 2018 20:36
-
-
Save kapillamba4/e9b4032d81d3cd7ca635eef28c67e87b to your computer and use it in GitHub Desktop.
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
sudo pacman -S mysql | |
sudo mysql_install_db --user=mysql --basedir=/usr/ --ldata=/var/lib/mysql/ | |
sudo systemctl start mariadb.service | |
/usr//bin/mysqladmin -u root password 'new-password' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment