-
-
Save kayode-adechinan/bb7214c528c34e9501d73e670a7cc9df to your computer and use it in GitHub Desktop.
Manjaro install MariaDB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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