Author Topic: EasyPHP- windows 7(access denied for user 'root'@'localhost' (using password  (Read 7097 times)

Anay

  • Newbie
  • *
  • Posts: 32
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
Code: [Select]
mysql -u root
then it gives error as follows

Code: [Select]
access denied for user 'root'@'localhost' (using password YES)
but I can access phpmyadmin with blank password without error.

any solution in this problem ?

omi

  • Newbie
  • *
  • Posts: 13
HI you need to do it like

Code: [Select]
mysql -u <user name here> -pAfter that type password. But if user name permission is not correct then you can't login this way either.

 

X

Do you know?

By participating in our community you can get free top level domain as well learn about Search Engine Optimization, Server management and more..
Join Now!
anything