Help - Password invalide

05/14/2011 02:44 heatsu#1
Hello everyone I have a big problem on my server and it is configured correctly but when I log in mind the fact that I create there dis password invalid, can someone help me please
05/14/2011 03:02 Thorlon#2
Are you loging in localy?
05/14/2011 03:35 heatsu#3
not understand
05/14/2011 03:45 Thorlon#4
Are you running the client on the same computer that you have the server on?
05/14/2011 18:06 heatsu#5
yes
05/15/2011 06:28 lukester#6
Quote:
Originally Posted by heatsu View Post
Hello everyone I have a big problem on my server and it is configured correctly but when I log in mind the fact that I create there dis password invalid, can someone help me please
This is what you should do create the account go into your NaviCat and see if your account was created sussecfully (how ever you spell it) then log on (make sure account, npc ,msg servers are on) (mysql lights are green) and you SHOULD be able to log on.
05/16/2011 22:17 magewarior2#7
try to change your password

press F6 and run this script

update account set password = (md5(concat('[PASSWORD]',char(0xA3,0xAC,0xA1,0xA3),"fdjf,jkgfkl"))) where id = [ACCOUNT-ID];


*-NOTE-* you must enter your own password and own account id



example:

update account set password = (md5(concat('test',char(0xA3,0xAC,0xA1,0xA3),"fdjf,jkgfkl"))) where id = 1;
05/17/2011 00:23 lukester#8
Quote:
Originally Posted by magewarior2 View Post
try to change your password

press F6 and run this script

update account set password = (md5(concat('[PASSWORD]',char(0xA3,0xAC,0xA1,0xA3),"fdjf,jkgfkl"))) where id = [ACCOUNT-ID];


*-NOTE-* you must enter your own password and own account id



exampe:

update account set password = (md5(concat('test',char(0xA3,0xAC,0xA1,0xA3),"fdjf,jkgfkl"))) where id = 1;
Nice example!