SHOW VARIABLES LIKE "group_concat_max_len";  
SET GLOBAL group_concat_max_len=1024000;
SET @@GROUP_CONCAT_MAX_LEN = 1024000;

相关文章: