mysql5.7安装错误解决办法
(2019-07-20 20:46:24)
标签:
mysql5.7linux |
分类: 技术 |
[root@VM_0_13_centos ~]# ls
mysql-community-server-5.7.26-1.el7.x86_64.rpm
[root@VM_0_13_centos ~]#
[root@VM_0_13_centos ~]# rpm -ivh
mysql-community-server-5.7.26-1.el7.x86_64.rpm
warning: mysql-community-server-5.7.26-1.el7.x86_64.rpm:
Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
error: Failed dependencies:
libnuma.so.1()(64bit) is needed by
mysql-community-server-5.7.26-1.el7.x86_64
libnuma.so.1(libnuma_1.1)(64bit) is needed by
mysql-community-server-5.7.26-1.el7.x86_64
libnuma.so.1(libnuma_1.2)(64bit) is needed by
mysql-community-server-5.7.26-1.el7.x86_64
mysql-community-client(x86-64) >= 5.7.9 is needed by
mysql-community-server-5.7.26-1.el7.x86_64
mysql-community-common(x86-64) = 5.7.26-1.el7 is needed by
mysql-community-server-5.7.26-1.el7.x86_64
[root@VM_0_13_centos ~]#
[root@VM_0_13_centos ~]#
[root@VM_0_13_centos ~]# rpm -ivh
mysql-community-server-5.7.26-1.el7.x86_64.rpm --force
--nodeps
warning: mysql-community-server-5.7.26-1.el7.x86_64.rpm:
Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
Preparing...
################################# [100%]
Updating / installing...

加载中…