当前位置:网站首页>安装mysql报错处理

安装mysql报错处理

2022-08-10 13:25:00 疯狂的技术爱好者

warning: mysql-community-server-5.7.35-1.el7.x86_64.rpm: Header V3 DSA/SHA256 Signature, key ID 5072e1f5: NOKEY
error: Failed dependencies:
	libaio.so.1()(64bit) is needed by mysql-community-server-5.7.35-1.el7.x86_64
	libaio.so.1(LIBAIO_0.1)(64bit) is needed by mysql-community-server-5.7.35-1.el7.x86_64
	libaio.so.1(LIBAIO_0.4)(64bit) is needed by mysql-community-server-5.7.35-1.el7.x86_64
	net-tools is needed by mysql-community-server-5.7.35-1.el7.x86_64

如上错误,安装如下

yum install libaio
yum install perl
yum install net-tools
原网站

版权声明
本文为[疯狂的技术爱好者]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_44371237/article/details/126242806