Original Post
How do I execute multiple statements delimited by a semi-colon? The SQL dump from SQLyog contains multiple statements that define the tables and inserts the data. Is there a simple function for it? Or would I have to find/make something that manually splits up and executes the statements? Note: I'm using this to refresh the demo for Thacmus. EDIT: Graack! Took my own advice and tried to search once more, and
php mysql "execute multiple statements" found my answer.