This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new ac65fed0edc branch-2.1: [fix](jdbc test) Add more connections to mysql
docker #50970 (#51210)
ac65fed0edc is described below
commit ac65fed0edc22985deba3933b75680bd4de150e6
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat May 24 17:46:23 2025 +0800
branch-2.1: [fix](jdbc test) Add more connections to mysql docker #50970
(#51210)
Cherry-picked from #50970
Co-authored-by: zy-kkk <[email protected]>
---
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 e1bd008dd24..a6ef77e8f19 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]