Is there any database schema generation tool that creates schema diagram by importing the mysql .sql database schema file.
2 Answers
I believe that MySQL Workbench is what you're looking for.
I haven't done it myself, but it does support importing of SQL files.
1 Comment
rockerest
I use MySQL Workbench for all my DB development. It's a GREAT tool.