Mudanças entre as edições de "MySQLTuner"
De MochilaWiki
Ir para navegaçãoIr para pesquisar (Criou página com 'http://mysqltuner.com/ wget http://mysqltuner.pl/ -O mysqltuner.pl perl mysqltuner.pl apt-get install mysqltuner exemplos de paramentros innodb_buffer_pool_size=1G innodb...') |
|||
(Uma revisão intermediária pelo mesmo usuário não está sendo mostrada) | |||
Linha 1: | Linha 1: | ||
+ | para tunar o mysql | ||
+ | |||
+ | página do projeto | ||
http://mysqltuner.com/ | http://mysqltuner.com/ | ||
+ | instalando de forma genérica | ||
+ | <source lang="bash"> | ||
wget http://mysqltuner.pl/ -O mysqltuner.pl | wget http://mysqltuner.pl/ -O mysqltuner.pl | ||
perl mysqltuner.pl | perl mysqltuner.pl | ||
+ | </source> | ||
+ | instalando em debian wheezy | ||
+ | <source lang="bash"> | ||
apt-get install mysqltuner | apt-get install mysqltuner | ||
+ | </source> | ||
exemplos de paramentros | exemplos de paramentros | ||
Linha 15: | Linha 24: | ||
query_cache_size = 268435456 | query_cache_size = 268435456 | ||
query_cache_limit=1048576 | query_cache_limit=1048576 | ||
+ | |||
+ | [[Categoria:mysql]] |
Edição atual tal como às 20h05min de 25 de setembro de 2015
para tunar o mysql
página do projeto http://mysqltuner.com/
instalando de forma genérica
wget http://mysqltuner.pl/ -O mysqltuner.pl
perl mysqltuner.pl
instalando em debian wheezy
apt-get install mysqltuner
exemplos de paramentros
innodb_buffer_pool_size=1G innodb_buffer_pool_instances=1 table_open_cache=3939 open_files_limit=1000 join_buffer_size =512kb query_cache_type=1 query_cache_size = 268435456 query_cache_limit=1048576