No need for caps.
Delete my.ini found in C:\Windows.
Then run mysqladmin.exe and enter a username/password. Then run command prompt and point it into your mysql\bin directory. The type in:
mysql -u root eq
GRANT ALL OPTIONS ON *.eq TO <username in db.ini>@localhost IDENTIFIED BY '<password in db.ini>' WITH GRANT OPTION;
Replace with the username and password found in your db.ini.
|