Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yum安装mysql5.7 #48

Open
clms2 opened this issue Mar 30, 2023 · 0 comments
Open

yum安装mysql5.7 #48

clms2 opened this issue Mar 30, 2023 · 0 comments

Comments

@clms2
Copy link
Owner

clms2 commented Mar 30, 2023

yum安装mysql5.7

配置镜像:
https://developer.aliyun.com/mirror/centos?spm=a2c6h.13651102.0.0.3e221b11CWEHlO
centos7:
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
yum makecache

或者可执行这个
curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
yum -y install vim wget

安装:
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm
yum -y install mysql57-community-release-el7-10.noarch.rpm
yum -y install mysql-community-server --nogpgcheck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant