摘要:
习惯使用firewell就要禁用iptables 有两个方法 : 一: echo '/usr/sbin/iptables -F' >> /etc/rc.d/rc.local chmod +x /etc/rc.d/rc.local 二: 重装iptables后卸载掉或者卸载安装再卸载 阅读全文
posted @ 2019-11-18 20:11
Le1543
阅读(250)
评论(0)
推荐(0)
摘要:
授权之前必须创建用户才能授权 create user '用户'@'主机或者%(所有主机)' identified by '密码'; create user 'root'@'%' identified by '123qwe'; GRANT ALL ON *.* TO '已有的用户'@'主机' IDEN 阅读全文
posted @ 2019-11-18 20:06
Le1543
阅读(389)
评论(0)
推荐(0)