Hoy me encontre con que el servidor mysql no iniciaba en mi Centos. Es que el servidor se apago mal, y habrá sido por eso del error que me daba:
service mysqld start
Another MySQL daemon already running with the same unix socket.
Iniciando mysqld: [FALL?]
La solución:
shutdown -h now
mv /var/lib/mysql/mysql.sock /var/lib/mysql/mysql.sock.bak
service mysqld start
Iniciando mysqld: [ OK ]
No hay comentarios:
Publicar un comentario