postgresql 从 MySQL Workbench 连接 Postgres 数据库

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/3607700/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 22:40:05  来源:igfitidea点击:

Connecting Postgres database from MySQL Workbench

postgresqlmysql-workbench

提问by Nenad Dobrilovic

Is there any way to connect to Postgres database using MySQL Workbench? I was hoping it could be easy enough, but didn't find any plugin available.

有没有办法使用 MySQL Workbench 连接到 Postgres 数据库?我希望它可以很容易,但没有找到任何可用的插件。

采纳答案by heb

No. That's why it is called MySQLWorkbench. The reason is that the MWB uses a lot of MySQL specific functionality. I don't think there is currently something similar for Postgres, but you could try Glom or pgadmin3.

不。这就是它被称为MySQLWorkbench的原因。原因是 MWB 使用了很多 MySQL 特定的功能。我不认为 Postgres 目前有类似的东西,但你可以试试 Glom 或 pgadmin3。

A company-independent database manager is the commercial Aqua Data Studio - maybe it's worth a try.

独立于公司的数据库管理器是商业 Aqua Data Studio - 也许值得一试。

回答by Dynamite Blitzer

Navicat Premium works for all major Database and apparently the best option if you have Money. http://www.navicat.com/en/products/navicat_premium/premium_overview.html

Navicat Premium 适用于所有主要数据库,如果你有钱,显然是最好的选择。 http://www.navicat.com/en/products/navicat_premium/premium_overview.html

回答by Idelson Mindo

I recommend to Check this link: https://data36.com/install-sql-workbench-postgresql/and after you'll install dependencies/plugins to run Postgres into MWBench

我建议检查此链接:https: //data36.com/install-sql-workbench-postgresql/,然后安装依赖项/插件以将 Postgres 运行到 MWBench