Merge "[install] setting the "max_connections" configuration for SQL"
This commit is contained in:
commit
db4c40d305
@ -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…
Reference in New Issue
Block a user