So I have an SQL dump file that needs to be loaded using mysql_query(). Unfortunately, it\'s not possible to execute multiple queries with it.
-> It cannot be assume
There is a bigger issue here. You might have statements that rely on other statements. You can't just execute them linearly blindly.