servidor mysql reinicia a cada 30 segundos

3

Estou executando o Ubuntu 10.10 e o servidor mysql continua reiniciando, a cada 30 segundos ou mais. Se eu seguir / var / log / syslog eu recebo o seguinte:

Jul 26 11:41:57 ubuntu init: mysql post-start process (7981) terminated with status 1 
Jul 26 11:41:57 ubuntu kernel: [ 3088.091492] type=1505 audit(1311676917.680:96):  operation="profile_replace" pid=8055 name="/usr/sbin/mysqld"
Jul 26 11:41:59 ubuntu init: mysql main process (8059) terminated with status 7
Jul 26 11:41:59 ubuntu init: mysql main process ended, respawning
Jul 26 11:42:27 ubuntu init: mysql post-start process (8060) terminated with status 1
Jul 26 11:42:27 ubuntu kernel: [ 3118.264831] type=1505 audit(1311676947.850:97):  operation="profile_replace" pid=8133 name="/usr/sbin/mysqld"
Jul 26 11:42:29 ubuntu init: mysql main process (8137) terminated with status 7
Jul 26 11:42:29 ubuntu init: mysql main process ended, respawning
Jul 26 11:42:57 ubuntu init: mysql post-start process (8138) terminated with status 1
Jul 26 11:42:58 ubuntu kernel: [ 3148.443293] type=1505 audit(1311676978.030:98):  operation="profile_replace" pid=8211 name="/usr/sbin/mysqld"
Jul 26 11:42:59 ubuntu init: mysql main process (8215) terminated with status 7
Jul 26 11:42:59 ubuntu init: mysql main process ended, respawning

Não consigo iniciá-lo manualmente, apenas fica suspenso se eu tentar fazê-lo.

Alguma idéia?

    
por Dave Harding 26.07.2011 / 12:44

1 resposta

0

@Darhazer, obrigado pelo seu comentário, eu verifiquei os logs e descobri que o arquivo my.cnf tinha protocol = tcp no que estava invalidando o arquivo. Obrigado novamente!

    
por 03.08.2011 / 17:35