login_db.ini 241 B

123456789
  1. # READ README.MD!
  2. [Database]
  3. host=localhost
  4. user=root
  5. password=pass
  6. database=eq2ls
  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.