05 May, 2018

Arch Linux: MySQL

MySQL up and running


Here's the guide that helped setting up MySQL in Manjaro. The pixi version is here:

sudo pacman -S mysql
sudo systemctl start mysqld
sudo mysql_secure_installation
mysql -u root -p

No comments: