4

Is there any database schema generation tool that creates schema diagram by importing the mysql .sql database schema file.

2 Answers 2

9

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.

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

1 Comment

I use MySQL Workbench for all my DB development. It's a GREAT tool.
1

Also you can point your existing DB to Workbench and create a schema graphically and do what ever changes you prefer.

Then you can export a set of new changes to a different SQL so, you can easily upgrade your production databases.

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.