@官方文档
https://dev.mysql.com/doc/refman/5.7/en/linux-installation-rpm.html
@官方下载地址
https://dev.mysql.com/downloads/mysql/
@根据系统版本选择RPM包,我的是centos6 64位的。el7对应centos7
mysql-5.7.17-1.el6.x86_64.rpm-bundle.tar
解压完有这么多的包
@在新建一个文件夹把包都拷贝进去
@在当前目录用yum安装
yum install mysql-community-{server,client,common,libs}-*
@完事看这篇博客就行了。
http://blog.csdn.net/nimasike/article/details/52796255