For all those still getting the 1045 do this
change directory to mysql\bin then run mysql.exe --user=root eq
then do the
GRANT ALL PRIVILEGES ON eq.* to 'yourusername'@127.0.0.1 IDENTIFIED BY 'yourpassword'; do it like that instead of localhost and bingo there you go...
|