I am using MySQL Workbench 5.2.28 to develop my database schema. I need to insert default data into some tables that can be done using the Insert tab. However, it seems that it allows you to enter data manually, one line at a time. I have an OUTFILE with a few hundred lines that I would like to insert.
Is this possible with MySQL Workbench? Would there be a better approach to creating separate MySQL scripts to import default data?
source share