View Single Post
  #3  
Old 05-17-2003, 12:36 PM
Maranwe
Sarnak
 
Join Date: Jan 2003
Posts: 30
Default

OK, read the thread here and tried to use the information there to use the GRANT command in mysql.exe which I had tried to do before and couldn't seem to get it right...

Using the following command (with username and password as ###), I got a new error:

GRANT ALL PRIVILEGES ON eq.* TO ###@127.0.0.1 IDENTIFIED BY '###' WITH GRANT OPTION;

Press enter and get the following error:

Error 1044: Access denied for user '@127.0.0.1' to database 'eq'


OK, so now what?

I'm trying to connect to MiniLogin

Following are my files' data:


db.ini
[Database]
host=127.0.0.1
user=###
password=###
database=eq
compression=off


loginserver.ini
[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=The Shadow Dragon's
worldaddress=localhost
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

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


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


I'm trying to connect to MiniLogin on a Windows XP Home system

help please :cry:
Reply With Quote