I have a MySQL beginner question. I populated my database through the EER diagram, meaning that I created my tables on the EER diagram, and populated them with imported Excel files.
Once I'm on the server, I created the tables by using "Copy SQL to Clipboard". Since I'm not populating it manually row by row on the server, my question is how do I create a script file which lists all the statements that populated my database?