# 下载 $ wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm # 安装 mysql 源 $ yum localinstall mysql57-community-release-el7-11.noarch.rpm # 安装 MySQL $ yum install -y mysql-community-server # 启动mysql $ systemctl start mysqld
Last updated 3 years ago
This site uses cookies to deliver its service and to analyse traffic. By browsing this site, you accept the privacy policy.