From: Stephan Ebelt on
On Sun, Jun 13, 2010 at 12:52:18PM +0200, Stephan Ebelt wrote:
[...]
> > Use mysqli - it supports running multiple queries at once.
>
> sometimes its as easy as that. I'll give it a try.

not quite as easy: mysqli->multi_query() works nice with many queries in a
string but that DELIMITER syntax still produces an error...

stephan