This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 80c4a0b2c68 [fix](jdbc test) Add more connections to mysql docker 
(#50970)
80c4a0b2c68 is described below

commit 80c4a0b2c68f89b1e7108e4a4ec92cfdb967c25f
Author: zy-kkk <[email protected]>
AuthorDate: Sat May 24 11:00:20 2025 +0800

    [fix](jdbc test) Add more connections to mysql docker (#50970)
---
 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]

Reply via email to