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