View Single Post
  #3  
Old 03-13-2004, 08:49 PM
KhaN's Avatar
KhaN
Dragon
 
Join Date: Mar 2004
Location: France, Bordeaux.
Posts: 677
Default

Ok, if i have read it good, i dont have to use eqemu login/pass if i want to log in my server from a PC on the LAN, i have to create his own account.

First step, create his minilogin account (to log on server screen)
My new minilogin accounts should look like :
localhost eqemu eqemu
192.168.0.19 snoopy snoopy

192.168.0.19 is Client PC IP, snoopy his is username

Second step, create world entry, so i type :
world adduser snoopy snoopy 200-> no errors

Third step, create mySQL account like i have created eqemu one :
under mySQL console i type :
use eq;
INSERT INTO account SET name='snoopy', password='snoopy', status=200;
-> no error
To be sure, i launch FQAdmin and i can see snoopy account is present.

I try to log on Client PC, and BAM 1017 ... /sight
To be sure snoopy account is ok, i try to launch snoopy account from PC Host, and i can enter eq world without 1017

Maybe a grant privilege thingy, i remembered getting a 1017 error because i missed this part while creating eq emu account ... i have tried like 12 syntax to try find the good one :
ex : grant all privileges on *.* to snoopy@192.168.0.19 identified by 'snoopy' with grant option; OR grant all privileges on *.* to '%'@192.168.'%' identified by '%';
Still 1017 ...

Thanks Nilar
Reply With Quote