View Single Post
  #2  
Old 05-27-2003, 07:10 PM
Mauritius
Sarnak
 
Join Date: Mar 2002
Location: Neriak
Posts: 61
Default

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.
Reply With Quote