摘要: wget http://repo.mysql.com/mysql57-community-release-el7-8.noarch.rpm rpm -ivh mysql57-community-release-el7-8.noarch.rpm yum -y install mysql-server 阅读全文
posted @ 2019-05-14 14:14 04300115116 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 1.查看已经开放的端口 firewall-cmd --list-ports 2.开启指定端口 firewall-cmd --zone=public --add-port=2181/tcp --permanent 3.重启防火墙 firewall-cmd --reload 4.核实下 阅读全文
posted @ 2019-05-14 11:51 04300115116 阅读(11378) 评论(0) 推荐(1) 编辑