Yes sir I do. I had to same problem and was away for 2 weeks without internet so I made this up. Probobly one of the devs already know this too... heres E X A C T LY what you do.
First go to ur Taskbar down at the bottom and click the START button.
Then, click RUN
click BROWSE...
Look for the mysql.exe file
After you find it click on it and it should appear something like this...
EXAMPLE: C:\mysql\bin\mysql.exe
Now after that command(text) type in -u root
So basically it should look like this (for me, EXACTLY like this)
EXAMPLE: C:\mysql\bin\mysql.exe -u root
You will get a DOS menu. Type in GRANT ALL PRIVILEGES on *.* to 'my username here'@localhost identified by 'my pw here';
Instead of the first star though... I type in my database instead, but that may not be necessary for you...
EXAMPLE: GRANT ALL PRIVILEGES on eq.* to 'my username here'@localhost identified by 'my pw here';
|