With the latest MySQLi Server Behaviors you don't have to use a multiple insert to get that working. Remove the multiple insert and use a standard insert and when you bind the event column use the (array) version from the bindings and it should do the multiple insert automatically.