输入banner图图片脚本导航/分类

1.RPM包安装mysql5.7

1.默认提示需要输入校验码

[root@xxxxxx tool]# rpm -ivh mysql-community-devel-5.7.17-1.el6.x86_64.rpm 

warning: mysql-community-devel-5.7.17-1.el6.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY

解决:(去掉校验安装)

rpm -ivh mysql-community-devel-5.7.17-1.el6.x86_64.rpm --nosignature  

 

 

2.木有安装 mysql-community-libs-5.7.17-1.el6.x86_64.rpm

[root@xxxxxx tool]# rpm -ivh mysql-community-devel-5.7.17-1.el6.x86_64.rpm  --nosignature

error: Failed dependencies:

libmysqlclient.so.20()(64bit) is needed by mysql-community-devel-5.7.17-1.el6.x86_64

mysql-community-libs(x86-64) >= 5.7.9 is needed by mysql-community-devel-5.7.17-1.el6.x86_64

解决:

rpm -ivh mysql-community-libs-5.7.17-1.el6.x86_64.rpm  --nosignature

 

1.RPM包安装mysql5.7

标签:apple   nodeps   cli   bit   start   提示   update   key   art