25

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.

2
  • "theirs common roots", what common roots? Commented Aug 31, 2010 at 10:02
  • 1
    You could use Talend, which is an open-source-tool: stackoverflow.com/questions/11685569/… Commented Oct 16, 2012 at 12:25

3 Answers 3

23

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.

Sign up to request clarification or add additional context in comments.

1 Comment

pgModeler seems to be best free solution but it is written in C++ and requires manual compile step (slow, need to download & configure qt) or paid subscription
1

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

5 Comments

Welcome to SO. A link to a solution is welcome, but please ensure your answer is useful without it: add context around the link 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. Enjoy SO ;-)
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. Anyway, we developers value your attempt to support. :)
The question if for MySQL Workbench, this link is dealing with SQL Workbench
This is sql-workbench as the question is about mysql workbench.
This is completely different app without visual scheme editor.
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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.