i get that the info is wrong but the info is right it wont let me login
plz help
i get that the info is wrong but the info is right it wont let me login
plz help
what the is that comment
Delldude, please post in a coherent manner what exactly is your issue? We got that you cannot log on. Were there any problems in setting up the server? Did you not know what to do at a certain point, and maybe made an error? Any info would help us help you. There are so many things that can go wrong, so we can't just say what you are not doing correctly without more information.
Also, mods seem to like more descriptive titles. Try naming this thread something like "[Help] Cannot log into Mangos Server." That way, people will know the general issue before they click the thread, and the correct specialists will come to your aid.
MaNGOS is using password encryption so you can't just type the password manually in the realmd DB, like ascent. You have to create it in the console with the command: "create username password"
Or run this SQL script:
So that's probably why it didn't work.Code:INSERT INTO `account`(`username`,`sha_pass_hash`,`joindate`) VALUES('account_name',SHA1(CONCAT(UPPER('account_name'),':',UPPER('password'))),NOW());