Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kayode-adechinan/bb7214c528c34e9501d73e670a7cc9df to your computer and use it in GitHub Desktop.
Save kayode-adechinan/bb7214c528c34e9501d73e670a7cc9df to your computer and use it in GitHub Desktop.
Manjaro install MariaDB
pacman -S mariadb
mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql //注意这个datadir,很重要,按照默认操作
systemctl enable mysqld
systemctl start mysqld
mysql_secure_installation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment