View Single Post
  #7  
Old 02-29-2004, 05:29 AM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

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.
__________________

kRPG Profile
Reply With Quote