zoukankan      html  css  js  c++  java
  • 虚拟机安装MySQL报** is needed by **错误

    执行命令:

    [root@node1 local]# rpm -ivh mysql-community-server-8.0.12-1.el7.x86_64.rpm 

    安装MySQL遇到以下问题:

    error: Failed dependencies:
    	libc.so.6(GLIBC_2.14)(64bit) is needed by mysql-community-server-8.0.12-1.el7.x86_64
    	libc.so.6(GLIBC_2.15)(64bit) is needed by mysql-community-server-8.0.12-1.el7.x86_64
    	libc.so.6(GLIBC_2.16)(64bit) is needed by mysql-community-server-8.0.12-1.el7.x86_64
    	libc.so.6(GLIBC_2.17)(64bit) is needed by mysql-community-server-8.0.12-1.el7.x86_64
    	libsasl2.so.3()(64bit) is needed by mysql-community-server-8.0.12-1.el7.x86_64
    	libstdc++.so.6(CXXABI_1.3.5)(64bit) is needed by mysql-community-server-8.0.12-1.el7.x86_64
    	libstdc++.so.6(CXXABI_1.3.7)(64bit) is needed by mysql-community-server-8.0.12-1.el7.x86_64
    	libstdc++.so.6(GLIBCXX_3.4.14)(64bit) is needed by mysql-community-server-8.0.12-1.el7.x86_64
    	libstdc++.so.6(GLIBCXX_3.4.15)(64bit) is needed by mysql-community-server-8.0.12-1.el7.x86_64
    	libstdc++.so.6(GLIBCXX_3.4.17)(64bit) is needed by mysql-community-server-8.0.12-1.el7.x86_64
    	libstdc++.so.6(GLIBCXX_3.4.18)(64bit) is needed by mysql-community-server-8.0.12-1.el7.x86_64
    	libstdc++.so.6(GLIBCXX_3.4.19)(64bit) is needed by mysql-community-server-8.0.12-1.el7.x86_64
    	systemd is needed by mysql-community-server-8.0.12-1.el7.x86_64
    

     解决办法:

    [root@node1 local]# rpm -ivh mysql-community-server-8.0.12-1.el7.x86_64.rpm --force --nodeps
    

      

  • 相关阅读:
    mysql 常用命令行
    mysql常用命令
    Mac os安装wget
    linux下给文件夹或者目录赋权
    Python学习相关资料
    Mac常用的一些操作
    Mac os安装git及 git及githup的使用
    Linux磁盘占用100%解决方法
    page-break-after:always
    工具
  • 原文地址:https://www.cnblogs.com/wangleBlogs/p/9593381.html
Copyright © 2011-2022 走看看