Quote:
|
SYSERR: Aug 29 09:00:49 :: ChildLoop: AsyncSQL: query failed: Table 'player.account' doesn't exist (query: SELECT PASSWORD('weiter'),password,securitycode,social_id ,id,status,availDt - NOW() > 0,UNIX_TIMESTAMP(silver_expire),UNIX_TIMESTAMP(gol d_expire),UNIX_TIMESTAMP(safebox_expire),UNIX_TIME STAMP(autoloot_expire),UNIX_TIMESTAMP(fish_mind_ex pire),UNIX_TIMESTAMP(marriage_fast_expire),UNIX_TI MESTAMP(money_drop_rate_expire),UNIX_TIMESTAMP(cre ate_time) FROM account WHERE login='kay' errno: 1146)
|
Die restlichen sind nicht
so wichtig, dein Server startet auch ohne mit den Fehlern.
Der zitierte Fehler ist der Grund wieso du dich nicht einloggen kannst.
Öffne deine Auth Config und schau was bei dir PLAYER_SQL steht.
Ich vermute bei dir sieht es so aus:
Quote:
|
PLAYER_SQL: localhost [username] [password] player
|
Richtiges Beispiel:
Quote:
|
PLAYER_SQL: localhost [username] [password] account
|
PS: Bei meinem Beispiel habe ich meinen Usernamen und das dazugehörige Passwort zensiert.