I am getting the above mentioned error when I try to login MySql. I have started the service using:
service mysqld start
And checked the status and verified it is running using this:
mysqladmin -u root -p status
But still getting the error. What is the problem?