Linux postgresql 10配置 博客分类: postgresql postgresql
程序员文章站
2024-03-23 23:58:28
...
1. 安装postgresql 10,我这里安装到了缺省目录/opt/PostgreSql/10
2. 修改安装目录下data目录下的pg_hba.conf, 在ipv4部分,复制存在的行并粘贴添加一行,然后将ip和端口改为0.0.0.0/0,保存退出。
3. 修改防火墙: vim /etc/sysconfig/iptables
通过复制粘贴添加一行-A INPUT 行,将端口号 改为5432, 保存退出。
4. 重启/保存防火墙: service iptables restart
service iptables save
5. 启动postgresql服务: service postgresql-10 start
6. 用其他机器的pgAdmin访问就可以了。
2. 修改安装目录下data目录下的pg_hba.conf, 在ipv4部分,复制存在的行并粘贴添加一行,然后将ip和端口改为0.0.0.0/0,保存退出。
3. 修改防火墙: vim /etc/sysconfig/iptables
通过复制粘贴添加一行-A INPUT 行,将端口号 改为5432, 保存退出。
4. 重启/保存防火墙: service iptables restart
service iptables save
5. 启动postgresql服务: service postgresql-10 start
6. 用其他机器的pgAdmin访问就可以了。
上一篇: 安装JDK时为什么要配置环境变量
下一篇: Odoo
推荐阅读
-
Linux postgresql 10配置 博客分类: postgresql postgresql
-
远程访问Windows版postgresql数据库 博客分类: postgresql postgresqlwindowspg_hba.confInrule
-
使用hstore实现postgresql自定义聚合函数 博客分类: postgresql postgresqlhstore聚合函数
-
postgresql相应的表备份语句 博客分类: 数据库postgresql PostgreSQL
-
Postgresql vacuum analyze 博客分类: PostgreSQL postgresqlvacuum
-
ror连接postgresql所报BUG 博客分类: ruby PostgreSQLRubyRailsMySQLOracle
-
各种数据库临时表的使用区别总结 博客分类: SYBASE ASEDatabase GeneralDB2|PostgreSQL|SQLite|OthersMySQLOracle
-
SQLite Blob读写的局限性 博客分类: DB2|PostgreSQL|SQLite|Others
-
SQLite指南(1) -- SQLite的特性 博客分类: DB2|PostgreSQL|SQLite|OthersDatabase General
-
SQLite指南(6)-处理database is locked的方法 博客分类: DB2|PostgreSQL|SQLite|Others