nope. localhost can access if only i do
first you stop the mysql service ( control panel -> administrative tools -> services -> select mysql > and stop the service)
C:\Program Files\MySQL\MySQL Server 5.0\bin>mysqld --skip-grant-tables
D:\Program Files\MySQL\MySQL Server 5.0\bin>mysqlcheck --check-upgrade --all-databases --auto-repair
localhost can access MySQL.
If I don't do the above step 1-3, error message - #1130 - Host 'localhost' is not allowed to connect to this MySQL server
I installed in my home PC. can anyone help me how to permanent fixed the problem.