PostgreSQL 安装报错 Error reading file postgresql.conf 的解决办法

WinXP SP3 下安装Postgresql三次不成。 报错: > Problem running post-install step. Installation may not complete correctly > Error reading file 安装目录/data/postgresql.conf 原来有老兄用英文写的很清楚了: http://101oio.javaeye.com/blog/481571 Please don't select "default" in locale when you are using no-English version windows,or you will the following error 所以,在Default local时,随便选了个Chinese - Singapore。 Pass。 传言data目录认需要放到NTFS的分区,如果不是,要执行一下 \Postgresql\8.4\bin\Initdb.exe 。 不过我没遇到问题。

相关文章

项目需要,有个数据需要导入,拿到手一开始以为是mysql,结果...
本文小编为大家详细介绍“怎么查看PostgreSQL数据库中所有表...
错误现象问题原因这是在远程连接时pg_hba.conf文件没有配置正...
因本地资源有限,在公共测试环境搭建了PGsql环境,从数据库本...
wamp 环境 这个提示就是说你的版本低于10了。 先打印ph...
psycopg2.OperationalError: SSL SYSCALL error: EOF detect...