Ok I am trying to run mysql on windows 7 machine and I installed easyPHP for that. Now I remember that had not installed easyphp with any password. but it is giving error.
I tried following command
mysql -u root
then it gives error as follows
access denied for user 'root'@'localhost' (using password YES)
but I can access phpmyadmin with blank password without error.
any solution in this problem ?