open a DOS window
change the path to your MYSQL/BIN directory
type mysql to start a mysql.exe session
type use eq, where eq is the name of your everquest database
type INSERT INTO account SET name='name', password='pass', status=200;
where name is the account name you wish to add and pass is the password. By giving them status=200 you'll give them "full control" to your world. Refer to the eqemu documentation for more information about that.
|