View Single Post
  #4  
Old 03-21-2004, 03:01 AM
FiCtIoN
Sarnak
 
Join Date: Mar 2004
Posts: 34
Default

Quote:
c:/mysql/bin mysql -u root mysql
Grant all privileges.. my mysql un/pw etc.;
create database eq;
use eq;
source MW055_alpha02.sql;
And it did the correct thing. It created the eq database. Then I made the loginserver.ini look like this:

If that is all you done is the grant option and source the DB you will have to set a password and username in your DB via the insert command.
Reply With Quote