Welcome to Yumao′s Blog.
pacman -S mysql systemctl start mysqld chown mysql:mysql /var/lib/mysql -R cp /etc/mysql/my.cnf /etc/my.cnf mysql_secure_installation
若要开放监听
需要将文件/etc/my.cnf中的
skip-networking注释掉
pacman -S mysql systemctl start mysqld chown mysql:mysql /var/lib/mysql -R cp /etc/mysql/my.cnf /etc/my.cnf mysql_secure_installation
若要开放监听
需要将文件/etc/my.cnf中的
skip-networking注释掉