View Single Post
  #9  
Old 09-12-2005, 03:59 PM
rojadruid
Discordant
 
Join Date: May 2005
Location: Smith Falls, Ontario, Canada
Posts: 283
Default

Quote:
Originally Posted by GhettoTech
I figured that after I saw the messages saying the tables existed.

DB.ini is:

[Database]
Host=localhost
User=xxx
Passworrd=xxx
Database=eq

I have granted permission on all and checked thought the admin interface and the user does have rights.

Thanks for the help guys


Edit: what about the Perl 13th floor part?
I keep getting -u unknown switch any idea?

Humm the file looks right,

Try this just for the heck of it.
copy below with no trailing spaces into a notepad file and save it over top of yours as db.ini. it may sound crazy but it might also work, it could be the format the file is in.

# READ README.TXT!

[Database]
host=localhost
user=xxx
password=xxx
database=eq


### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.
Reply With Quote