I\'m using GROUP_CONCAT() in a MySQL query to convert multiple rows into a single string. However, the maximum length of the result of this function is 10
GROUP_CONCAT()
10
Include this setting in xampp my.ini configuration file:
[mysqld] group_concat_max_len = 1000000
Then restart xampp mysql