数据库 
首页 > 数据库 > 浏览文章

postgresql修改完端口后直接psql连接数据库报错的解决

(编辑:jimmy 日期: 2025/1/9 浏览:3 次 )

今天修改pg的端口号port改成5435后重启完数据库的时候直接psql进库的时候进不去

[postgres@node2 data]$ psql
psql: could not connect to server: No such file or directory
 Is the server running locally and accepting
 connections on Unix domain socket "/tmp/.s.PGSQL.5432

这时,进数据库有两种方式

1、psql 后面加上端口号

[postgres@node2 data]$ psql -p 5435
psql (9.6.1)
Type "help" for help.
postgres=# 

2、在环境变量/home/postgres/.bash_profile中加上一句

export PGPORT=5435

然后

[postgres@node2 ~]$ source ~/.bash_profile 
[postgres@node2 ~]$ psql
psql (9.6.1)
Type "help" for help.
postgres=# 

这样就可以直接进库了

补充:psql不是默认端口时如何连接postgresql

psql不是默认端口时如何连接postgresql

[stork@instance-609xznso pgsql]$ /usr/pgsql-11/bin/psql c3_data -p 5432
could not change directory to “/var/lib/pgsql”: Permission denied
Password for user stork:
psql (11.5)
Type “help” for help.
c3_data=>

自己指定端口就可以了

/usr/pgsql-11/bin/psql xxdatabase -p 端口号

以上为个人经验,希望能给大家一个参考,也希望大家多多支持。如有错误或未考虑完全的地方,望不吝赐教。

上一篇:PostgreSQL中的template0和template1库使用实战
下一篇:PostgreSQL中的collations用法详解
一句话新闻
高通与谷歌联手!首款骁龙PC优化Chrome浏览器发布
高通和谷歌日前宣布,推出首次面向搭载骁龙的Windows PC的优化版Chrome浏览器。
在对骁龙X Elite参考设计的初步测试中,全新的Chrome浏览器在Speedometer 2.1基准测试中实现了显著的性能提升。
预计在2024年年中之前,搭载骁龙X Elite计算平台的PC将面世。该浏览器的提前问世,有助于骁龙PC问世就获得满血表现。
谷歌高级副总裁Hiroshi Lockheimer表示,此次与高通的合作将有助于确保Chrome用户在当前ARM兼容的PC上获得最佳的浏览体验。
友情链接:杰晶网络 DDR爱好者之家 南强小屋 黑松山资源网 白云城资源网 网站地图 SiteMap