Postgresql can't connect application server through PGAdmin4

前端 未结 8 2021
陌清茗
陌清茗 2020-12-30 08:18

I installed PostgreSql on my Windows machine. I can connect to PostgreSql through cmd. But when I want to launch pgAdmin I am getting this error message.

8条回答
  •  时光说笑
    2020-12-30 08:58

    In my case, the problem was non-ascii username.

    Find pgAdmin installation and open/create config_local.py in editor, add this:

    DATA_DIR = "C:/Data/pgAdmin" # set non-ascii path here
    

    and run setup.py using python interpreter.

提交回复
热议问题