postgreSQL 9.1.18 version installation

故事扮演 提交于 2019-12-04 05:58:28

问题


I downloaded PostgreSQL 9.1.18 version and I have windows 32 bit. I'm trying to install this database first time in my computer so, when I start installing PostgreSQL 9.1.18 at the last step it shows me error.

Before the installation I created a folder in c drive with the name PostgreSQL then went to security tab and added account PostgreSQL and give full control. When I install PostgreSQL 9.1.18 I select this folder but again at the end same error occurred.

ERROR

"Problem running post-install setup.Installation may not complete correctly.the database cluster initialization failed"

and also i use cmd for this and enter command net user postgres/delete but when i enter it shows like this please check image.. image

and also when i google i find that install postgreSQL in c: rather than program files. so when i create folder in c drive and give full admin rights and run installation during installation i select that folder but when installation is complete another folder is create in program files with the name PostgreSQL in that folder and also all subfolders install in that folder

any help please

Update: Everything looks fine until initdb:

Executing batch file 'radB6293.bat'...
The files belonging to this database system will be owned by user "lenovo".
This user must also own the server process.

The database cluster will be initialized with locale English, United States.
initdb: could not find suitable text search configuration for locale English, United States
The default text search configuration will be set to "simple".

fixing permissions on existing directory C:/PostgreSQL ... ok
creating subdirectories ... ok
selecting default max_connections ... The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
The system cannot find the file specified.
10
....

来源:https://stackoverflow.com/questions/31606025/postgresql-9-1-18-version-installation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!