View Single Post
  #42  
Old 06-20-2003, 10:46 AM
kertunkulous
Fire Beetle
 
Join Date: Jun 2003
Posts: 2
Default

Here are the files as i have them:

[Database]
host=127.0.0.1
user=something with no spaces
password=something with no spaces
database=eq
compression=off

[LoginServer]
loginserver=127.0.0.1
loginserver2=127.0.0.1
loginport=5999
loginport2=5999
worldname=MyWorld
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

[Boot5zones.bat]
start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 7999 127.0.0.1
exit
cls

[MiniLoginAccounts.ini]
localhost something something

[EqHost.txt]
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}

[datarate.txt]
10.0

i have to type this into mysql to get it to accept the grant:
c:\>mysql.exe --user=root eq
mysql>GRANT ALL PRIVILEGES ON *.* TO '%'@127.0.0.1 IDENTIFIED BY '%' WITH GRANT OPTION;

and yet, i'm still getting "error #1045 access denied" i found something in the forums about internal addressing, but didn't understand it at all. i can log on and everyting, but "world.exe" just isn't loading or working at all. i've gone through the readme.txt file at least twenty times trying to find a solution. any help would be greatly appreciated.
__________________
I have dreams of a rose.....and falling down a long flight of steps...
Reply With Quote