安装mysql的流程

安装mysql的步骤

安装流程

[root@localhost z]# cd /mnt/share/share

[root@localhost share]# ll

[root@localhost share]# cp mysql157-community-release-el7-10.noarch.rmp /usr/local

cp: cannot stat ‘mysql157-community-release-el7-10.noarch.rmp’: No such file or directory

[root@localhost share]# cp mysql57-community-release-el7-10.noarch.rpm /usr/local

[root@localhost share]# cd /usr/local

[root@localhost local]# ll

[root@localhost local]# yum install -y mysql57-community-release-el7-10.noarch.rpm

[root@localhost local]#  rpm -qa |grep telnet-*

[root@localhost local]# yum install ftp-* -y

Loaded plugins: fastestmirror, langpacks

Loading mirror speeds from cached hostfile

Package ftp-0.17-67.el7.x86_64 already installed and latest version

Nothing to do

[root@localhost local]# yum install telnet-* -y

[root@localhost local]# rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022

[root@localhost local]# yum install -y mysql-community-server

相关推荐

  1. 安装 MySQL与修改配置流程

    2024-04-21 13:02:03       22 阅读
  2. centos7yum-mysql-community-server安装流程步骤

    2024-04-21 13:02:03       28 阅读

最近更新

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

    2024-04-21 13:02:03       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-21 13:02:03       101 阅读
  3. 在Django里面运行非项目文件

    2024-04-21 13:02:03       82 阅读
  4. Python语言-面向对象

    2024-04-21 13:02:03       91 阅读

热门阅读

  1. 【Camera Sensor Driver笔记】三、点亮指南之Sensor DTS

    2024-04-21 13:02:03       33 阅读
  2. linux常用命令

    2024-04-21 13:02:03       36 阅读
  3. SpringBoot常用20个注解及其作用

    2024-04-21 13:02:03       29 阅读
  4. MySQL相关面试题

    2024-04-21 13:02:03       24 阅读
  5. ElementPlus el-form多选框校验默认触发问题

    2024-04-21 13:02:03       36 阅读
  6. v-model原理(简易源码版)

    2024-04-21 13:02:03       33 阅读
  7. 如何实现redis的高可用?

    2024-04-21 13:02:03       31 阅读
  8. 浅谈-“指针”

    2024-04-21 13:02:03       32 阅读
  9. 2233: 【数学】因子游戏

    2024-04-21 13:02:03       36 阅读
  10. 【Redis(6)】Redis集群模式配置示例

    2024-04-21 13:02:03       39 阅读
  11. 设计模式|迭代器模式(Iterator)

    2024-04-21 13:02:03       37 阅读