world_db.ini 243 B

1234567891011
  1. # READ README.MD!
  2. [Database]
  3. host=127.0.0.1
  4. user=root
  5. password=pass
  6. database=eq2emu
  7. ### --- This file tells world.exe what computer mySQL is on. Host should
  8. ### --- be left "localhost" unless mysql is on a differant computer than world.exe.