linux环境能够联网
1、使用yum在线安装mysql
yum -y install mysql-server
2、启动mysqld服务
service mysqld start
3、开启mysqld的开机启动项
chkconfig mysqld on