What is the PHP code please to SET GLOBAL group_concat_max_len=15000
or SET SESSION group_concat_max_len=15000 with MySQL?
Could you just do a query?
$query = 'SET GLOBAL group_concat_max_len=15000';
mysql_query($query);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With