本文主要是介绍mysql 安装问题 perl(JSON) is needed by mysql-community-test,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
[root@ebs-139266 home]# rpm -ivh mysql-community-*.rpm
warning: mysql-community-client-5.7.42-1.el7.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID 3a79bd29: NOKEY
error: Failed dependencies:perl(JSON) is needed by mysql-community-test-5.7.42-1.el7.x86_64
[root@ebs-139266 home]# yum install perl-JSON
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile* base: mirrors.aliyun.com* epel: mirror.nyist.edu.cn* extras: mirrors.aliyun.com* updates: mirrors.aliyun.com
Resolving Dependencies
--> Running transaction check
---> Package perl-JSON.noarch 0:2.59-2.el7 will be installed
--> Finished Dependency ResolutionDependencies Resolved==============================================================================================================================================================================================================================================================================Package Arch Version Repository Size
==============================================================================================================================================================================================================================================================================
Installing:perl-JSON noarch 2.59-2.el7 base 96 kTransaction Summary
==============================================================================================================================================================================================================================================================================
Install 1 PackageTotal download size: 96 k
Installed size: 264 k
Is this ok [y/d/N]: y
Downloading packages:
perl-JSON-2.59-2.el7.noarch.rpm | 96 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transactionInstalling : perl-JSON-2.59-2.el7.noarch 1/1 Verifying : perl-JSON-2.59-2.el7.noarch 1/1 Installed:perl-JSON.noarch 0:2.59-2.el7 Complete!
执行命令 :yum install perl-JSON 进行在线安装即可解决
这篇关于mysql 安装问题 perl(JSON) is needed by mysql-community-test的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!