Para melhorar a performance do MySQL execute pelo ssh como root o seguinte comando para editar o arquivo my.cnf: :
# vi /etc/mysql/my.cnf
Adicione estas linhas logo após a entrada [mysqld]:
set-variable = max_connections=1000
set-variable = max_connect_errors=1000
set-variable = wait_timeout=300
Salve e reinicie o Mysql
service mysql restart
- 11545 istifadəçi bunu faydalı hesab edir