Hi,
I am getting a problem with MySQL, which I am not able to figure out, Why.
When I access MySQL with it's command line client, it asks me just password which I give 'admin' and it works (I might have given this at the time of installation).
But when I go into [MySql Home]\bin directory through command prompt and run following command:
mysql -h localhost -u admin -p admin
It asks me password (why again?), and when I give 'admin', it gives following error:
ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES)
Note: I am not sure if I gave 'admin' as username while installation.
What can be the problem?
Thanks.

[ January 22, 2008: Message edited by: ankur rathi ]