MariaDb: mudanças entre as edições

De Wiki Doth
Ir para navegação Ir para pesquisar
Linha 5: Linha 5:
= Configuração Geral =  
= Configuração Geral =  


/etc/mysql/mariadb.conf.d/50-server.conf
* /etc/mysql/mariadb.conf.d/50-server.conf
bind-address           = 0.0.0.0
* bind-address         = 0.0.0.0
query_cache_limit     = 64M
* query_cache_limit     = 64M
query_cache_size      = 256M #16M
* query_cache_size      = 256M #16M
 


= Tunning Options=  
= Tunning Options=  

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;