Account server new kind of Problems

05/28/2011 03:46 ~Sword~Stalker~.#1
after starting Account server when + 40 are online it says type chk failed at [account] table [last] somethin like that

i tried to look if somethin wrong there but couldnt find anything .. would be helpful to know how to solve it / how to delete the last from account .


Regards
\
*EDIT*
can i know if u got an order or somethin Not to answer my questions . no one until now answered on any question i asked ..

does that mean u already dont know how to fix / dont know about it or its just for me ..

thank you .
06/03/2011 20:32 PowerChaos#2
Quote:
after starting Account server when + 40
check your max conection limit and sleep settings in my.cnf

the only reason that you get failt checks is that the database is dropping the conection when it ask acces to it

it are settings in the my.cnf that need to be tweaked to what you need

make the time out to fast and you get startup errors , make it to short and you get other kind of errors

like in my case , my register page got locked out after a few hours because to many wrong conections to it
fixed it with changing the wait timeout and fixed the max allowed conections

hopely this can help you to

ps: navicat got a option for that to edit it with out needed to search for the file ^^

Greets From PowerChaos
06/03/2011 20:40 ~Sword~Stalker~.#3
i already figured it out and fixed it .. urs is helpful but not in my case
i found out that deleting the [last] table wont fix it . so i started tested what happened and i found out that the errors came from the website . since i made an extra edit there so when its added to account its added in the wrong way that was the error . it happens when u leave blank spaces . but now u know another way :)