summaryrefslogtreecommitdiff
path: root/contrib/dbaas-mycnf/test/etc/my.cnf.512M
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/dbaas-mycnf/test/etc/my.cnf.512M')
-rw-r--r--contrib/dbaas-mycnf/test/etc/my.cnf.512M5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/dbaas-mycnf/test/etc/my.cnf.512M b/contrib/dbaas-mycnf/test/etc/my.cnf.512M
index 3f7fc3d7..38c58e20 100644
--- a/contrib/dbaas-mycnf/test/etc/my.cnf.512M
+++ b/contrib/dbaas-mycnf/test/etc/my.cnf.512M
@@ -132,7 +132,8 @@ table_definition_cache = 256
open_files_limit = 512
# Connections limit
-max_connections = 100
+max_user_connections = 100
+max_connections = 110
# 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