I dumped the data from a database using the MySQL Admin Migration toolkit. One of the tables has over 5 million rows. When I try to load the generated data file I get out of memory issues. Is there a way to force commit after X number of rows. The script generate by the migration toolkit is shown below.
INSERT INTO mytable (`col1`, `col1`)
VALUES (823, 187.25), (823, 187.25), (823, 187.25), (823, 187.25), (823, 187.25), (823, 187.25), (823, 187.25), (823, 187.25), (823, 187.25), (823, 187.25), (823, 187.25), (823, 187.25), (823, 187.25), (823, 187.25), (823, 187.25),