执行下面代码就可以了 不需要重启mysql
SET SESSION group_concat_max_len=102400;
例子:select group_concat(userid) userlist from sltbl_member;