I have SQL file from my MYSQL database. How could I quick get the picture of tables relations, something like this:

It would be great if I could just import file to the software and it would output the view of the program.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to load the file into a database with mysql utility :
then you can open the database with a visual tool like mysql workbench …