Skip to content

Instantly share code, notes, and snippets.

@kapillamba4
Created April 19, 2018 20:36
Show Gist options
  • Save kapillamba4/e9b4032d81d3cd7ca635eef28c67e87b to your computer and use it in GitHub Desktop.
Save kapillamba4/e9b4032d81d3cd7ca635eef28c67e87b to your computer and use it in GitHub Desktop.
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