无法将 sql 个模块加载到数据库集群中

failed to load sql modules into the database cluster

我尝试在我的 windows 10 中安装 postgreSQL v14.1.1 x64,但在完成时出现错误

"failed to load sql modules into the database cluster".

但应用程序仍在运行,因此打开“pgadmin4”,在连接服务器时输入 postgres 用户密码并出现以下错误

could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5432?

P.S。安装时我没有对端口进行任何更改,它是 5432 并且将密码设置为纯文本,不包含特殊字符。

做了以下事情并为我解决了:

  1. Winkey + R > %temp% "已删除所有 files/Cleared 缓存文件。

  2. Winkey + R > services.msc > 向下滚动到“postgresql”> 右键单击​​“属性”> 切换到“登录”部分 > select“此帐户" > 单击“浏览”并搜索系统管理员名称并输入有效密码 > 单击“应用”+“确定”

  3. 现在 运行 服务器,问题已解决。

  4. 确保在 services.msc>postgresql

    中启用“自动”选项