1. yum update升级以后的系统版本为
[root@yl-web yl]# cat /etc/redhat-release CentOS Linux release 7.1.1503 (Core)
2.安装mysql
[root@yl-web yl]# yum install mysql mysql-server
3.开启server
[root@yl-web yl]# service mysqld start
1. yum update升级以后的系统版本为
[root@yl-web yl]# cat /etc/redhat-release CentOS Linux release 7.1.1503 (Core)
2.安装mysql
[root@yl-web yl]# yum install mysql mysql-server
3.开启server
[root@yl-web yl]# service mysqld start
转载于:https://www.cnblogs.com/HYanqing/p/10100635.html