From ac65fed0edc22985deba3933b75680bd4de150e6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 May 2025 17:46:23 +0800 Subject: [PATCH] branch-2.1: [fix](jdbc test) Add more connections to mysql docker #50970 (#51210) Cherry-picked from #50970 Co-authored-by: zy-kkk --- docker/thirdparties/docker-compose/mysql/my.cnf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/thirdparties/docker-compose/mysql/my.cnf b/docker/thirdparties/docker-compose/mysql/my.cnf index e1bd008dd2..a6ef77e8f1 100644 --- a/docker/thirdparties/docker-compose/mysql/my.cnf +++ b/docker/thirdparties/docker-compose/mysql/my.cnf @@ -16,7 +16,8 @@ [mysqld] character-set-server=utf8 collation-server=utf8_bin +max_connections=1000 [client] default-character-set=utf8 [mysql] -default-character-set=utf8 \ No newline at end of file +default-character-set=utf8