[install] setting the "max_connections" configuration for SQL

backport:mitaka

Change-Id: I8c16ab88175f826a8fb772fa4f4b48bbcfc8c76a
Closes-Bug: #1593132
This commit is contained in:
chen.xing 2016-06-20 11:51:18 +08:00
parent 5ba05882d1
commit b12176654b

View File

@ -63,6 +63,7 @@ Install and configure components
...
default-storage-engine = innodb
innodb_file_per_table
max_connections = 4096
collation-server = utf8_general_ci
character-set-server = utf8
@ -91,6 +92,7 @@ Install and configure components
...
default-storage-engine = innodb
innodb_file_per_table
max_connections = 4096
collation-server = utf8_general_ci
character-set-server = utf8