Compartilhe em Sua Rede Social:Share on FacebookShare on Google+Tweet about this on TwitterShare on LinkedIn
Comando SSH:
nano /etc/my.cnf
Apague tudo que tem e insira o código abaixo.
[mysqld]
innodb_file_per_table=1
open_files_limit=50000
max_connections=4096
default-storage-engine=MyISAM
thread_cache_size=4
query_cache_size=10M
table_cache=160
tmp_table_size=28M
max_heap_table_size=28M
max_connect_errors=10
table_cache=65
innodb_buffer_pool_size=9M
query_cache_size=9M
join_buffer_size=130K
Para salvar e sair:
crtl+o enter
ctrl+x