Try to restart the mysqld server and then login:
sudo service mysqld restart
mysql -u root -p
If that doesn't not work then try the following:
sudo pkill mysql
sudo pkill mysqld
restart mysql
sudo service mysql restart
now you should be able to log in
mysql -u root -p