英文:
Not able to open pgAdmin 4 "Loading pgAdmin 4 v7.4..."
问题
我正在尝试在 PostgreSQL 中打开 pgAdmin 4,但它一直在不断加载...
我应该做什么,我认为这可能是版本问题或其他原因。
我还尝试在另一台笔记本电脑上,但出现相同的问题,
在安装过程中,我没有进行任何更改,只是点击下一步。
英文:
I'm trying to open pgAdmin 4 in postgreSQL but its loading constantly....
What should i do , I think its version issue or something else
I also try in another laptop but showing same issue and
during the installation i change nothing on it and click next-next only
答案1
得分: 1
要解决此问题,请按照以下步骤操作:
- 打开注册表编辑器(搜索运行,然后键入
regedit
,然后按回车)。 - 搜索
HKEY_CLASSES_ROOT\.js
并将Content Type
从text/plain
更改为text/javascript
。 - 重新启动 pgAdmin,然后它应该正常工作。
如果仍然遇到相同的问题,您可以降级到 V7.3。
您可以从此链接下载它:PgAdmin 下载链接
英文:
To solve this problem follow the following steps:
- Open registry editor. (search for Run then type
regedit
then press enter). - Search for
HKEY_CLASSES_ROOT\.js
and change theContent Type
fromtext/plain
totext/javascript
. - Restart pgAdmin and then it should work.
If you are still facing the same problem you can downgrade to V7.3.
You can download it from this link: PgAdmin Download link
答案2
得分: 1
首先,在从网站(https://www.postgresql.org/download/)根据您的平台安装 PostgreSQL 时,在安装过程之前,它会提示您选择要安装的组件。只选择提供的四个选项中的“PostgreSQL Server”和“Command Line Tools”,然后继续。
然后,转到网站下载 PgAdmin(https://www.pgadmin.org/download/)。运行安装程序并完成安装过程。
现在,PgAdmin 永远加载的问题将会得到解决。
英文:
First, while installing PostgreSQL from the website (https://www.postgresql.org/download/) based on your platform, before the installation process it prompts you to select the components you wish to install. Only select "PostgreSQL Server" and "Command Line Tools" out of the four options provided, and proceed.
Then, navigate to the website to download PgAdmin (https://www.pgadmin.org/download/). Launch the installer and complete the installation process.
Now, the issue of PgAdmin loading eternally would be resolved.
答案3
得分: 0
点击从Github pgAdmin获取问题!
您需要使用EDB安装程序卸载,然后使用此链接重新安装7.5版本。https://www.pgadmin.org/download/pgadmin-4-windows/
英文:
Click [issue from Github pgAdmin](https://github.com/pgadmin-org/pgadmin4/issues/6580 "links to github issue")!
You have to uninstall with EDB installer, and reinstall with this link to download the 7.5 version. <https://www.pgadmin.org/download/pgadmin-4-windows/>
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论