I need to increase the GROUP_CONCAT_MAX_LEN
, after a research I saw that is possible do this using: SET SESSION group_concat_max_len
, but I didn't find any tutorial or article that allow me to do this in PDO, is possible specify this in the configuration or something like? Or should I write this in the server configuration? And if I can't access to the server configuration how can I do?
Thanks.