Advertisement
akhfa

Manjaro Install mariadb

Jun 15th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. pacman -S mariadb
  2. mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
  3. systemctl start mysqld
  4. mysql_secure_installation
  5. systemctl enable mysqld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement