PHP: multiple SQL queries in one mysql_query statement

前端 未结 4 1882
死守一世寂寞
死守一世寂寞 2020-11-27 08:45

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

4条回答
  •  一向
    一向 (楼主)
    2020-11-27 09:09

    There is a bigger issue here. You might have statements that rely on other statements. You can't just execute them linearly blindly.

提交回复
热议问题