Centos6一键安装MySQL5.7

前端之家收集整理的这篇文章主要介绍了Centos6一键安装MySQL5.7前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
wget https://coding.net/u/lbp/p/Learn-English/git/raw/master/MysqL-community.repo -O /etc/yum.repos.d/MysqL-community.repo && \
yum install MysqL-community-server -y && \
service MysqLd start && \
chkconfig MysqLd on

说明:

  1. 下载软件源配置
  2. 安装
  3. 启动
  4. 设置开机启动
原文链接:https://www.f2er.com/centos/380241.html

猜你在找的CentOS相关文章