summaryrefslogtreecommitdiff
path: root/contrib/dbaas-mycnf/test/etc/my.cnf.4G
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/dbaas-mycnf/test/etc/my.cnf.4G')
-rw-r--r--contrib/dbaas-mycnf/test/etc/my.cnf.4G5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/dbaas-mycnf/test/etc/my.cnf.4G b/contrib/dbaas-mycnf/test/etc/my.cnf.4G
index 2f9400bf..d2a35c1d 100644
--- a/contrib/dbaas-mycnf/test/etc/my.cnf.4G
+++ b/contrib/dbaas-mycnf/test/etc/my.cnf.4G
@@ -132,7 +132,8 @@ table_definition_cache = 2048
open_files_limit = 4096
# Connections limit
-max_connections = 800
+max_user_connections = 800
+max_connections = 810
# Default Storage Engine
default_storage_engine = innodb
@@ -157,6 +158,8 @@ default_storage_engine = innodb
# ssl-cert=/etc/mysql/server-cert.pem
# ssl-key=/etc/mysql/server-key.pem
+# Disable LOAD DATA LOCAL INFILE
+local-infile = 0
[mysqldump]
quick