06 2019 档案

摘要:第0步骤: 开启转发生效 [root@node178.oldboy.com ~]# cat /proc/sys/net/ipv4/ip_forward1 [root@node178.oldboy.com ~]# tail /etc/sysctl.conf net.ipv4.ip_forward = 阅读全文
posted @ 2019-06-27 11:19 滴滴滴 阅读(2722) 评论(0) 推荐(0) 编辑
摘要:1. 集群环境配置 https://www.cnblogs.com/yinzhengjie/articles/11019333.html 2. 二进制方法安装 https://www.cnblogs.com/yinzhengjie/articles/11019525.html 3. yum方式部署自 阅读全文
posted @ 2019-06-27 10:24 滴滴滴 阅读(248) 评论(0) 推荐(0) 编辑
摘要:一、安装PostgreSQL 复制代码// 安装EPEL源# wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm && rpm -ivh epel-release-6-8.noarch.rpm/ 阅读全文
posted @ 2019-06-05 14:51 滴滴滴 阅读(754) 评论(0) 推荐(0) 编辑
摘要:pgpool-II主备流复制的架设1.环境 OS: CentOS release 6.4 (Final)DB: postgresql 9.3.6pgpool服务器: pgpool 172.16.0.240数据库主服务器:master 172.16.0.241数据库从服务器:slave 172.16. 阅读全文
posted @ 2019-06-05 14:01 滴滴滴 阅读(3263) 评论(0) 推荐(0) 编辑
摘要:listen_addresses = 'localhost' # Host name or IP address to listen on: # '*' for all, '' for no TCP/IP connections ... 阅读全文
posted @ 2019-06-03 15:34 滴滴滴 阅读(1800) 评论(0) 推荐(0) 编辑