Skip to content

Instantly share code, notes, and snippets.

@fervisa
Created August 4, 2015 15:00
Show Gist options
  • Save fervisa/a732491acb3ac5caaeaf to your computer and use it in GitHub Desktop.
Save fervisa/a732491acb3ac5caaeaf to your computer and use it in GitHub Desktop.
MySQL installation commands for Arch based systems
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