PostgreSQL – 安装问题汇总

2021-01-25 1,044 0

Window 安装Postgres

  • 安装进度条提示:The database cluster initialisation failed
给安装目录所在的文件夹,增加postgres用户权限
  • 远程连接不上,提示超时
检查下Window防火墙是否开启入站规则,开放Postgres默认的`5432`TCP端口

相关文章

PostgreSQL – Bash常用指令
PostgreSQL – Error Code
PostgreSQL – FATAL: no pgentry for host_hba.conf “IP”

发布评论