摘要: 一、修改/etc/mysql/my.conf 找到bind-address = 127.0.0.1这一行 改为bind-address = 0.0.0.0即可 二、为需要远程登录的用户赋予权限 1、新建用户远程连接mysql数据库 grant all on *.* to admin@'%' iden 阅读全文
posted @ 2020-05-26 23:49 詹姆溪 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 阿里云要开放10050和10051端口 (一).zabbix server 1.安装zabbix包 1.设置主机名 hostnamectl set-hostname zabbix_server systemctl stop firewalld.service #关闭防火墙 systemctl dis 阅读全文
posted @ 2020-05-26 23:38 詹姆溪 阅读(524) 评论(0) 推荐(0) 编辑