I have debian server.
My phpmyadmin & mysql through command line was earlier working well. But suddenly i am getting this error while accessing phpmyadmin.
2003 - The server is not responding
And when i try to access through command line
mysql -u userid -p
Enter password:
ERROR 1045 (28000): Access denied for user 'userid'@'localhost' (using password: YES)
And when i access through this
mysql -h ipaddress -u userid -p
it takes very long time to connect.