If you want to install PostgreSQL for a project, the installation file of .exe is downloaded to run.
At the beginning, it was very smooth. I know that the installation was complete and there was a damn dialog box during database initialization (here I draw a circle to curse Microsoft, and the pop-up dialog box was never useful) cloud:
Exception Processing Message c0000135 Parameters 759851d8 759851d8 759851d8 759851d8
This is also the case when you manually run initdb.
There are few answers to google search, but it seems that the questions about user permissions are all discussed.
Is it because I chose to install it to a non-C partition? Add all the permissions of everyone to other partitions and install it again. The problem persists.
Other related methods will be tested frantically: Set administrator permissions for ipvs users, change the postgreSQL version, and use ipvs to run initdb... the damn dialog box will jump out.
While I was about to give up, I had no intention of finding the answer in http://www.yuzifu.net/index.php/2008/05/%E5% AE %89%E8%A3%85postgresql-82%E5%A4%B1%E8%B4%A5.
In the past, we needed to set the user security options of other partitions to be the same as that of the C partition, and there should be no fewer ones in the list...
Solving this problem is really a problem with no headers... alas