centos 7 怎么安装 mysql 安装包

如题所述

yum -y install mariadb-server mariadb mariadb-devel
systemctl start mariadb
systemctl enable mariadb
mysql_secure_installation
firewall-cmd --permanent --add-service mysql
systemctl restart firewalld.service
iptables -L -n|grep 3306
温馨提示:答案为网友推荐,仅供参考
第1个回答  2017-03-02
yum -y install mariadb*
相似回答
大家正在搜