View Single Post
  #1  
Old 04-15-2002, 09:14 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

Here are the requirements for eqemu to talk to mysql:
1. mysql is running (usually this is a service running in the background)
2. you created a username and login with winmysqladmin
3. you created a database and sourced the db.sql file into it
4. you put the username, password, ip address (127.0.0.1) and database name in db.ini
That should do it.

use world.exe flag eqemu 200 as a mysql conection test.


Something that comes to mind about the mysql install. If you installed to somewhere BESIDES the default c:/mysql there is some configuring you need to do. Read the Mysql documents/readme/web page. Or just reinstall to the default directory.
Reply With Quote