通过rpm安装postgresql-9.6无法远程连接的问题
摘要:1.停止postgresql服务 service postgresql-9.6 stop 2.修改postgresql.conf vi /var/lib/pgsql/9.6/data/postgresql.conf listen_addresses = '*' port = 5432 3.重启服务
阅读全文
posted @
2017-07-25 09:47
洛丹伦的雪
阅读(235)
推荐(0)
python3连接postgresql/greenpulm
摘要:python3安装:pip install psycopg2github地址:https://github.com/psycopg/psycopg2文档地址:http://initd.org/psycopg/docs/usage.html
阅读全文
posted @
2017-07-05 16:34
洛丹伦的雪
阅读(3371)
推荐(0)