View Single Post
  #7  
Old 03-08-2004, 05:26 AM
billhugh
Fire Beetle
 
Join Date: Mar 2004
Posts: 18
Default

I fixed the problem.

Before my db.ini file read:

[Database]
host=localhost (also tried 127.0.0.1)
user=eqemu
password=eqemu
database=eq
compression=off

I changed it to my actual IP Address:

[Database]
host=192.168.0.146
user=eqemu
password=eqemu
database=eq
compression=off

Now I'm getting some new errors...but's that's a whole other post .

Thanks for the help!!