postgres启动服务器时missing or erroneous pg_hba.conf file

前端之家收集整理的这篇文章主要介绍了postgres启动服务器时missing or erroneous pg_hba.conf file前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
强制关闭postgresql服务器,下次启动时会报错:missing or erroneous pg_hba.conf file,查看目标文件,pg_hba.conf文件存在,无从下手。 目前没有发现很好的解决方式,只能采取强硬手段,删除建立的数据簇,initdb重新建立,然后再createdb建立数据库。 如果用的是django框架在runserver之前请先syncdb。这样问题就解决了,虽然有些蛮力。如有更好的解决方式欢迎分享讨论。 注:此外将目录切换到数据库"data "所在的文件夹下, 然后postgres -D data,可以正常启动。 原文链接:https://www.f2er.com/postgresql/197449.html

猜你在找的Postgre SQL相关文章