From c761e8963c29d5197ad7ee2ce87318dd69463042 Mon Sep 17 00:00:00 2001 From: paulGao Date: Wed, 23 Feb 2022 12:06:56 +0800 Subject: [PATCH] add mysql group_concat_max_len config --- config/my.cnf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/my.cnf b/config/my.cnf index d360aa4..f5222c6 100644 --- a/config/my.cnf +++ b/config/my.cnf @@ -31,3 +31,4 @@ default-character-set=utf8mb4 #default-character-set=utf8 default-character-set=utf8mb4 +group_concat_max_len=-1