English
Try to verify the simultaneos connection. You can install a tool called
MyTOP to see who is using too much CPU. To see the simultaneos connections, type
mysql
show status;
Search for
Max_used_connections variable and make sure this number is not too high. Another thing is to configure correctly the
my.cnf file. Try to optimize it in according to your necessity. Hope it helps
Portuguese
Verifique as conexões simultâneas que você está tendo. Você também pode instalar uma ferramenta chamada
MyTOP para verificar quem está abusando de CPU. Para verificar seu número máximo de conexões, digite
mysql
show status;
Procure pela variável
Max_used_connections e verifique se este número está muito alto.
Outra coisa seria configurar corretamente o arquivo
my.cnf. Procure no otimizá-lo de acordo com sua necessidade. Espero ter ajudado.
