Search code examples
javamysqldatabaseintellij-ideamysql-workbench

Creating a graphical diagram of MYSQL tables


I have a MYSQL schema with a large number of tables (more than 20).

Is it possible to somehow display a graphical diagram showing the relationships between tables and their fields?

I want to get something like a UML diagram (which is being built, for example, for Java classes).


Solution

  • It's extremely easy to do in Idea Ultimate, and it's also possible in Workbench: https://dev.mysql.com/doc/workbench/en/wb-eer-diagram-editor.html