08-10-2017, 04:22 PM
Those were MYSQL query commands that you can use as , not php.ini changes. I tested it out and they do require the SUPER privilege, so you most likely wouldn't be able to use the commands anyway
Since that's not an option, try splitting your insert field arrays into smaller arrays and run more insert queries.
Code:
$db->query('SET GLOBAL max_allowed_packet=33554432;', array());
Since that's not an option, try splitting your insert field arrays into smaller arrays and run more insert queries.