Linux 安装MySQL

#MySQL镜像官网:https://repo.mysql.com/   找到rpm

wget -P /home https://repo.mysql.com/mysql80-community-release-el7.rpm

cd etc/yum.repos.d/

rpm -ivh /home/mysql80-community-release-el7.rpm 

yum list|grep mysql-community

vim mysql-community.repo   
查看MySQL版本并注释掉不需要的版本


Apache卸载

rpm -e httpd

rpm -e httpd --nodes   //忽略依赖卸载

你可能感兴趣的:(Linux 安装MySQL)