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.