Ok, aqui está:
- Excluir mysqld.sock e
rm /var/run/mysqld/mysqld.sock
- Reinicie o serviço mysqld em
service mysqld stop
eservice mysqld start
- Tente acessar o cliente mysql em
mysql -u root -h localhost -p
Nota:
If you really need connect to that port, then do it, avoid that otherwise.