加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

postgresql8.4安装失败、服务卸载。

发布时间:2020-12-13 17:38:22 所属栏目:百科 来源:网络整理
导读: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 Please

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

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的分区,如果不是,要执行一下 PostgreSQL8.4binInitdb.exe 。不过我没遇到问题。

已安装过postgresql失败后,重装postgresql前最好:

1、可以从管理工具、计算机管理、本地用户和组删除postgres用户。

2、可以到注册表搜索所有postgres,并删除。

3、服务直接卸载不掉了,真他妈的痴呆。

办法一: 用sc.exe这个Windows命令

开始——运行——cmd.exe,然后输入sc就可以看到了。使用办法很简单:

sc delete "服务名" (如果服务名中间有空格,就需要前后加引号)

如针对上面的: sc delete 。。。

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读