在CentOS7中安装MySQL8.0以上版本在最后安装时系统提示错误:
警告:mysql-community-server-8.0.32-1.el7.x86_64.rpm: 头V4 RSA/SHA256 Signature, 密钥 ID 3a79bd29: NOKEY
错误:依赖检测失败:
libcrypto.so.10(OPENSSL_1.0.2)(64bit) 被 mysql-community-server-8.0.32-1.el7.x86_64 需要
mysql-community-icu-data-files = 8.0.32-1.el7 被 mysql-community-server-8.0.32-1.el7.x86_64 需要
解决方案:导入rpm -ivh mysql-community-icu-data-files-8.0.32-1.el7.x86_64.rpm文件
以及添加依赖:yum install libcrypto*