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.
Asked
Active
Viewed 3.7k times
20
-
"theirs common roots", what common roots? – Frank Heikens Aug 31 '10 at 10:02
-
1You could use Talend, which is an open-source-tool: http://stackoverflow.com/questions/11685569/quickstart-database-migration-using-talend – John Mayor Oct 16 '12 at 12:25
3 Answers
21
No. That's why it is called MySQL Workbench. 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.
A company-independent database manager is the commercial Aqua Data Studio - maybe it's worth a try.
0
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

Lin Du
- 88,126
- 95
- 281
- 483

Idelson Mindo
- 9
- 1
-
Welcome to SO. A link to a solution is welcome, but please ensure your answer is useful without it: [add context around the link](https://meta.stackexchange.com/a/8259) so your fellow users will have some idea what it is and why it’s there, then quote the most relevant part of the page you're linking to in case the target page is unavailable. [Answers that are little more than a link may be deleted](https://stackoverflow.com/help/deleted-answers). Enjoy SO ;-) – ZF007 Mar 06 '18 at 23:59
-
This could have been a comment, but as you don't have privileges to comment everywhere, make this answer's context rich by posting a summary of the whole content in the link. I suggest you take a [tour](https://stackoverflow.com/tour). Anyway, we developers value your attempt to support. :) – Roshana Pitigala Mar 07 '18 at 03:52
-
2The question if for MySQL Workbench, this link is dealing with SQL Workbench – Scotty Jun 15 '18 at 16:10
-
1
0
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

Dynamite Blitzer
- 85
- 1
- 5