[install] setting the "max_connections" configuration for SQL
backport:mitaka Change-Id: I8c16ab88175f826a8fb772fa4f4b48bbcfc8c76a Closes-Bug: #1593132
This commit is contained in:
parent
5ba05882d1
commit
b12176654b
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user