当前位置:网站首页>Linux操作系统(Centos7)安装MySQL
Linux操作系统(Centos7)安装MySQL
2022-07-28 09:19:00 【Have_MonkeyG】
一、下载命令wget
yum -y install wget二、在线下载MySQL安装包
wget https://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm三、安装MySQL
rpm -ivh mysql57-community-release-el7-8.noarch.rpm四、安装MySQL服务
1.先进入 cd /etc/yum.repos.d/目录
cd /etc/yum.repos.d/2.安装
yum -y install mysql-server3.安装中可能会出现的问题
失败的软件包是:mysql-community-libs-compat-5.7.39-1.el7.x86_64
GPG 密钥配置为:file:///etc/pki/rpm-gpg/RPM-GPG-KEY-mysql

解决方案 :
rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022然后再重新安装:
yum -y install mysql-server五、启动MySQL
边栏推荐
- ARouter源码解析(二)
- 2.9.5 ext JS object type processing and convenient methods
- Source code analysis of view event distribution mechanism
- 2.9.5 Ext JS的Object类型处理及便捷方法
- pycharm使用conda调用远程服务器
- MySQL 8.0.30 GA
- ARouter源码解析(一)
- Promise实例如何解决地狱回调
- Sequence and limit operation of MATLAB
- Standing on the shoulders of big men, you can see further
猜你喜欢

go语言切片Slice和数组Array对比panic runtime error index out of range问题解决

The secret behind three salary increases a year

软件测试与质量学习笔记1---黑盒测试

LeetCode - 哈希表专题

Method parameter transfer mechanism of C #
![ASP.NET Core 6框架揭秘实例演示[29]:搭建文件服务器](/img/90/40869d7c03f09010beb989af07e2f0.png)
ASP.NET Core 6框架揭秘实例演示[29]:搭建文件服务器

Express builds a simple local background (1)

咸鱼ESP32实例—MQTT 点亮LED
C# 窗体应用使用对象绑定 DataGridView 数据绑定

学个锤子 | .Net零基础逆向教程 第三课(壳与作业)
随机推荐
Database core system
ARouter源码解析(二)
MATLAB的数列与极限运算
Translation recommendation | debugging bookkeeper protocol - unbounded ledger
[summary of leetcode weekly competition] the 83rd fortnight competition of leetcode (7.23)
matlab基本操作
实验五:用户与用户组管理
数据库那么多概念性的东西怎么学?求方法
这款微信插件太好用了
网络工程——软科中国大学专业排名
ECCV 2022 | can be promoted without fine adjustment! Registration based anomaly detection framework for small samples
NTU Lin Xuantian's "machine learning cornerstone" problem solving and code implementation | [you deserve it]
JS array is de duplicated, the ID is the same, and a value is added and merged
时序分析41 - 时序预测 TBATS模型
express搭建一个简易的本地后台(一)
C form application uses object binding DataGridView data binding
Leetcode - hashtable topic
Regular expressions are hexadecimal digits?
IT行业数据与应用关系的变迁
Window源码解析(二):Window的添加机制