Skip to main content

Limite de conexões MySQL excedidos

Comments

6 comments

  • 24x7server
    Hi, Do you have CloudLinux /MySQL governor installed on your machine too?
    0
  • pootz
    N"o, tenho apenas o MySQL 5.6 com PHPMyAdmin e WatchMySQL. Na realidade, o WatchMySQL " o "nico plugin que tenho instalado em meu servidor.
    0
  • cPanelMichael
    Hello, Can you let us know the contents of the /etc/my.cnf file on the system? Thank you. Translation: Ol", Voc" pode nos informar o conte"do do arquivo /etc/my.cnf no sistema? Obrigado.
    0
  • pootz
    Conte"do do arquivo /etc/ny.conf [mysqld] default-storage-engine=MyISAM innodb_file_per_table=1 performance-schema=0 max_allowed_packet=268435456 open_files_limit=30000 bind-address=0.0.0.0 connect_timeout=25
    0
  • cPanelMichael
    Hello @pootz, It doesn't look like MySQL itself is blocking connections. It looks like the plugin you installed is configured to alert you when a user exceeds 15 MySQL connections. If this is leading to excessive resource usage, then you'd want to investigate the scripts utilized on that account to see why that's happening. Thank you. Translation: Ol" @pootz, N"o parece que o MySQL esteja bloqueando conex"es. Parece que o plugin que voc" instalou est" configurado para alert"-lo quando um usu"rio exceder 15 conex"es MySQL. Se isso estiver levando ao uso excessivo de recursos, conv"m investigar os scripts utilizados nessa conta para ver por que isso est" acontecendo. Obrigado.
    0
  • pootz
    Realmente " apenas uma configura""o do pr"prio plugin. Olhandos as op""es de configura""o dele, vi que tem como alterar os limites de conex"es. Pela configura""o padr"o, ele mata todas as conex"es MySQL quando o total de conex"es for igual a 12, mas " poss"vel desativar essa op""o e tamb"m desativar o envio de notifica""es. Fiz isso agora e acredito que n"o irei mais receber esse tipo de mensagens. Obrigado pela ajuda :)
    0

Please sign in to leave a comment.