Compartilhe em Sua Rede Social:Share on FacebookShare on Google+Tweet about this on TwitterShare on LinkedIn

Nesse breve tutorial vamos aprender como resolver 2 erros comuns no mysql

Quando aparece essas mensagens

MySQL manager or server PID file could not be found! [FAILED]

Starting MySQL.Manager of pid-file quit without updating fi[FAILED]

Normalmente causada por um reboot ( Hard )

Logue no SSH e digite

cd /var/lib/mysql/mysql
myisamchk -r *.MYI

Esses comandos vão corrigir a tabela do  MYSQL corrompida.

Depois basta reiniciar o MYSQL

Service mysql restart