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.Quote:
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
Nice example!Quote:
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;