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

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 0d4ebec077e branch-3.0: [fix](jdbc test) Add more connections to mysql 
docker #50970 (#51209)
0d4ebec077e is described below

commit 0d4ebec077e424fbb0be49bfcf822b8e6697a8ef
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun May 25 19:20:16 2025 +0800

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

Reply via email to