MariaDb: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
|||
| Linha 13: | Linha 13: | ||
= Tunning Options= | = Tunning Options= | ||
key_buffer_size = 6G #myisam tables | * key_buffer_size = 6G #myisam tables | ||
innodb_buffer_pool_size = 6G | * innodb_buffer_pool_size = 6G | ||
innodb_lock_wait_timeout = 120 | * innodb_lock_wait_timeout = 120 | ||
thread_cache_size = 21 | * thread_cache_size = 21 | ||
skip-name-resolve | * skip-name-resolve | ||
= Variáveis especiais = | = Variáveis especiais = | ||
* SET SESSION group_concat_max_len = 1000000; | * SET SESSION group_concat_max_len = 1000000; | ||
Edição das 10h57min de 11 de março de 2020
Informações do Banco de Dados
Configuração Geral
/etc/mysql/mariadb.conf.d/50-server.conf bind-address = 0.0.0.0 query_cache_limit = 64M query_cache_size = 256M #16M
Tunning Options
- key_buffer_size = 6G #myisam tables
- innodb_buffer_pool_size = 6G
- innodb_lock_wait_timeout = 120
- thread_cache_size = 21
- skip-name-resolve
Variáveis especiais
- SET SESSION group_concat_max_len = 1000000;