tiobarnabe
(usa Outra)
Enviado em 19/02/2018 - 22:15h
Boa noite,
Tenho um servidor rodando mysql e apache que após uma queda de energia começou a apresentar erro quando o mysql é reiniciado mais de uma vez, funciona da seguinte forma, mysql é reiniciado apresentando uma mensagem de erro, qnd reinicio pela 2x o bendito volta. Mas desde que ocorreu esse espisodio da queda o servidor começou a apresentar lentidão com relação ao mysql. Pelo que notei o Erro que é exibido esta relacionado a conexão com o Localhost, mas já realizei os ajustes para comunicação local. Segue o erro conforme o syslog.
/etc/init.d/mysql[11214]: error: 'Can't connect to MySQL server on '127.0.0.1' (104)'
Feb 19 22:01:08 Servidor01 /etc/init.d/mysql[11214]: Check that mysqld is running on 127.0.0.1 and that the port is 3306.
Feb 19 22:01:08 Servidor01 /etc/init.d/mysql[11214]: You can check this by doing 'telnet 127.0.0.1 3306'
Feb 19 22:01:08 Servidor01 /etc/init.d/mysql[11214]:
Feb 19 22:01:10 Servidor01 mysqld: 180219 22:01:10 [Warning] /usr/sbin/mysqld: Forcing close of thread 12 user: 'debian-sys-maint'
Feb 19 22:01:10 Servidor01 mysqld:
Feb 19 22:01:10 Servidor01mysqld: 180219 22:01:10 InnoDB: Starting shutdown...
Feb 19 22:01:10Servidor01 mysqld_safe: A mysqld process already exists
Feb 19 22:01:12 Servidor01 mysqld: 180219 22:01:12 InnoDB: Shutdown completed; log sequence number 25116605
Feb 19 22:01:12 Servidor01 mysqld: 180219 22:01:12 [Note] /usr/sbin/mysqld: Shutdown complete
Feb 19 22:01:12 Servidor01 mysqld:
Feb 19 22:01:12 Servidor01 mysqld_safe: mysqld from pid file /var/run/mysqld/mysqld.pid ended
Feb 19 22:01:23 Servidor01 /etc/init.d/mysql[28808]: 0 processes alive and '/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf ping' resulted in
Feb 19 22:01:23 Servidor01 /etc/init.d/mysql[28808]: #007/usr/bin/mysqladmin: connect to server at '127.0.0.1' failed
Feb 19 22:01:23 Servidor01 /etc/init.d/mysql[28808]: error: 'Can't connect to MySQL server on '127.0.0.1' (111)'
Feb 19 22:01:23 Servidor01 /etc/init.d/mysql[28808]: Check that mysqld is running on 127.0.0.1 and that the port is 3306.
Feb 19 22:01:23 Servidor01 /etc/init.d/mysql[28808]: You can check this by doing 'telnet 127.0.0.1 3306'
Minha dúvida é a seguinte, posso fazer algo para contornar o problema? Existe uma solução? Ou posso meter o louco e reinstalar o mysql, pois esta me causando muitos problemas esta lentidão com relação a nosso clientes. Ahh e o sistema operacional é Debian 7.11.
E o Erro que aparece apos o service mysql restart é
ERROR 2003 (HY000): Can't connect to MySQL server on '127.0.0.1' (111)