centos7安装mysql-8.0.38-1.el7.x86_64.rpm-bundle.tar

先更新yum源

#yum源
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

#epel源
wget -O /etc/yum.repos.d/epel.repo https://mirrors.aliyun.com/repo/epel-7.repo

yum clean all

yum makecache

mysql的tar包下载路径:MySQL :: Download MySQL Community Server

下载前需要删除mariadb-libs,删除后安装即可

yum remove mariadb-libs-5.5.68-1.el7.x86_64 -y
yum install -y mysql-community-client-8.0.38-1.el7.x86_64.rpm mysql-community-common-8.0.38-1.el7.x86_64.rpm mysql-community-libs-8.0.38-1.el7.x86_64.rpm  mysql-community-server-8.0.38-1.el7.x86_64.rpm mysql-community-icu-data-files-8.0.38-1.el7.x86_64.rpm mysql-community-client-plugins-8.0.38-1.el7.x86_64.rpm

相关推荐

  1. centos7安装mysql-8.0.38-1.el7.x86_64.rpm-bundle.tar

    2024-07-16 04:00:02       27 阅读
  2. CentOS 7.x 使用 RPM安装 Gitlab

    2024-07-16 04:00:02       46 阅读
  3. CentOS7.x安装并配置 MySQL 8.x

    2024-07-16 04:00:02       39 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-16 04:00:02       66 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-16 04:00:02       70 阅读
  3. 在Django里面运行非项目文件

    2024-07-16 04:00:02       57 阅读
  4. Python语言-面向对象

    2024-07-16 04:00:02       68 阅读

热门阅读

  1. 【动态规划Ⅱ】打家劫舍等一维动态规划

    2024-07-16 04:00:02       20 阅读
  2. 玩转springboot之SpringBoot使用jsp

    2024-07-16 04:00:02       20 阅读
  3. 神经网络调参技巧(入门案例教程)

    2024-07-16 04:00:02       19 阅读