Modify/add example my.cnf files.

This commit is contained in:
Christoph 2023-12-19 22:59:38 +01:00
parent 2eede9f6a0
commit 6522234352
4 changed files with 2212 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -425,6 +425,17 @@ innodb_log_buffer_size = 256M
#innodb-flush-log-at-trx-commit = 1
#innodb-flush-log-at-trx-commit = 2
## - innodb_ft_cache_size
## -
## - InnoDB Fulltext search cache size in bytes.
## -
## - Cache size available for a parsed document while creating an
## - InnoDB FULLTEXT index.
## -
## - Deafult: 8000000 # ~ 7,6 MB
## -
innodb_ft_cache_size = 24M
## - innodb_lock_wait_timeout
## -
## - The length of time in seconds an InnoDB transaction waits for a row

View File

@ -469,6 +469,17 @@ innodb_log_buffer_size = 256M
#innodb-flush-log-at-trx-commit = 1
#innodb-flush-log-at-trx-commit = 2
## - innodb_ft_cache_size
## -
## - InnoDB Fulltext search cache size in bytes.
## -
## - Cache size available for a parsed document while creating an
## - InnoDB FULLTEXT index.
## -
## - Deafult: 8000000 # ~ 7,6 MB
## -
innodb_ft_cache_size = 24M
## - innodb_lock_wait_timeout
## -
## - The length of time in seconds an InnoDB transaction waits for a row

File diff suppressed because it is too large Load Diff