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
    

      

  • 相关阅读:
    设计模式读书笔记之工厂方法模式
    设计模式读书笔记之简单工厂
    SortedList 键值 不排列 无序
    ASPxGridView 列类型
    MVC3 Razor一些注意
    nvarchar(MAX)的长度
    C#转换运算符explicit和implicit
    ASPxGridView 模糊过滤 查询(二)
    Direct3D渲染管线简介
    Unity3D学习之路 C#学习笔记(一)
  • 原文地址:https://www.cnblogs.com/wangleBlogs/p/9593381.html
Copyright © 2011-2022 走看看