Question Detail

How to set group concat max length in Mysql?

4 years ago Views 1024 Visit Post Reply


Thread Reply

Hemant Sharma

- 4 years ago

You can add below text in your Php.ini configuration file

SET GLOBAL group_concat_max_len = 1000000;

Hemant Sharma

- 4 years ago

You can add below text in your Php.ini configuration file

SET GLOBAL group_concat_max_len = 1000000;