• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Account name or password is not correct.

bybbzan

mapper
Joined
Aug 4, 2012
Messages
809
Solutions
2
Reaction score
136
Location
Sweden
Hello guys!

I really need your help. I run the console and it works fine. But then when im trying to login using mysql it stands "Account name or password is not correct."
I cant even login with the account manager.

*I have the correct database in config.lua.

*I have ip changed ready.

*I have correct client.

Why do this happend?
I'm using:

Uniserver
Windows 7
TFS

Please help me, appreciate it.
Thank you in advance!
 
You can use mysql on windows too..

OnT:
I had the same problem when I runned a acc page + server.
passwordType in config lua was not the same as my accpages config, but I dont know if this will help you. :P


Well since i got no website yet i dont think thats the problem :(
 
Well since i got no website yet i dont think thats the problem :(

Maybe you got different password type in config.lua and in your database. You don't need website to do that wrong... You can choose which one you want to use when you create your database in mysql. Make sure you got the same in config.lua.
 
How is your password like in your database? If it is like "b6c4bb328ff3f58a35dcf063c58fa638724ab3c8" then you have "sha1" in you config.lua, you could always try to change it into "plain"
Code:
	encryptionType = "sha1"
that's the line you should change! Try both, and create a new character after each try, in case it doesn't work at the first time!
 
Back
Top