摘要: "ssh端口转发"也叫做"ssh隧道" 本地转发 ssh -f -N -L 9906:10.1.0.2:3306 root@10.1.0.2上述命令表示从本机(ServerA)建立一个到ServerB(10.1.0.2)的ssh隧道,使用本地端口转发模式,监听ServerA本地的9906端口,访问本 阅读全文
posted @ 2018-03-08 20:08 fanren224 阅读(115) 评论(0) 推荐(0)
摘要: server ip:172.16.2.116 proxy ip:172.16.2.241 1、创建proxy数据库,proxy用户 mysql> create database zabbix_proxy character set utf8; mysql> GRANT ALL PRIVILEGES 阅读全文
posted @ 2018-03-08 04:54 fanren224 阅读(227) 评论(0) 推荐(0)
摘要: 官网安装教程地址https://dev.mysql.com/doc/refman/5.7/en/linux-installation-yum-repo.html 1、安装mysql yum源 下载yum源 [root@localhost] ~$ wget https://dev.mysql.com/ 阅读全文
posted @ 2018-03-08 04:04 fanren224 阅读(122) 评论(0) 推荐(0)
摘要: 1、cannot connect to [[172.16.2.225]:10050]: [113] No route to host 这种一般是网络连接问题 排查:在server上telnet 172.16.2.225 10050,是同样的报错,查看是否关闭iptables和selinux 2、za 阅读全文
posted @ 2018-03-08 00:14 fanren224 阅读(631) 评论(0) 推荐(0)