Created
August 4, 2015 15:00
-
-
Save fervisa/a732491acb3ac5caaeaf to your computer and use it in GitHub Desktop.
MySQL installation commands for Arch based systems
This file contains 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
mysql_install_db --user=mysql --basedir=/usr/ --ldata=/var/lib/mysql/ | |
mysql_secure_installation | |
systemctl enable mysqld |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment