开发者社区> 问答> 正文

我如何在cent os 8服务器中安装mysql?

0

我执行了以下步骤,但出现错误

第1步) rpm -Uvh https://repo.mysql.com/mysql80-community-release-el7-3.noarch.rpm

第2步) yum --enablerepo=mysql80-community install mysql-community-server

问题:无法为该工作安装最佳候选人-没有提供mysql-community-server-8.0.18-1.el7.x86_64所需的libcrypto.so.10()(64bit)-没有提供libcrypto.so.10 mysql-community-server-8.0.18-1.el7.x86_64所需的(libcrypto.so.10)(64bit)-没有提供mysql-community-server-8.0所需的libssl.so.10()(64bit)。 18-1.el7.x86_64-没有提供mysql-community-server-8.0.18-1.el7.x86_64所需的libssl.so.10(libssl.so.10)(64bit)-没有提供libaio.so.1 ()(64bit)mysql-community-server-8.0.18-1.el7.x86_64-没有提供libaio.so.1(LIBAIO_0.1)(64bit)mysql-community-server-8.0.18- 1.el7.x86_64-没有提供mysql-community-server-8.0.18-1所需的libaio.so.1(LIBAIO_0.4)(64bit)-el7.x86_64-没有提供mysql-community-所需的网络工具服务器-8.0.18-1.el7。x86_64(尝试添加“ --skip-broken”以跳过可卸载的软件包,或者添加“ --nobest”以仅使用最佳候选软件包)

之后的错误

[root@centos-1cpu-1gb-fi-hel1 ~]# yum install libssl1.0.0 libssl-dev Error: There are no enabled repos. MARIA DB错误

[root @ centos-1cpu-1gb-fi-hel1〜]#yum --disablerepo = AppStream安装MariaDB服务器MariaDB客户端没有存储库匹配:AppStream最后一次元数据到期检查:2019年11月14日星期四0:00:05前格林尼治标准时间下午03:47。错误:问题1:无法为工作安装最佳候选人-没有提供MariaDB-server-10.4.10-1.el8.x86_64所需的libstdc ++。so.6()(64bit)-没有提供libstdc ++。so.6( MariaDB-server-10.4.10-1.el8.x86_64所需的CXXABI_1.3)(64bit)-没有提供MariaDB-server-10.4.10-1所需的libstdc ++。so.6(GLIBCXX_3.4)(64bit)。 el8.x86_64-没有提供MariaDB-server-10.4.10-1.el8.x86_64所需的libstdc ++。so.6(CXXABI_1.3.8)(64bit)-没有提供libstdc ++。so.6(GLIBCXX_3.4.11)(64bit) MariaDB服务器10.4.10-1.el8.x86_64所需-没有提供libstdc ++。so.6(GLIBCXX_3.4。

问题来源于stack overflow

展开
收起
保持可爱mmm 2019-11-15 14:59:32 1182 0
1 条回答
写回答
取消 提交回答
  • libcrypto.so.10 需要先安装。

    确保您已安装并更新了SSL:

    sudo apt-get update

    sudo apt-get install libssl1.0.0 libssl-dev 更改命令以使用YUM

    2019-11-15 14:59:42
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
如何运维千台以上游戏云服务器 立即下载
CentOS Nginx PHP JAVA 多语言镜像使用手 立即下载
CentOS Nginx PHP JAVA多语言镜像使用手册 立即下载