Error Account table

06/10/2013 21:47 Jovanymha#1
Hey guys , this error ever happened to anyone ?

Please Help , thank you

Quote:
SYSERR: Jun 11 02:22:22 :: LoadSetting: [INIT_FORKED] Do not open file (locale/germany/forkedmapindex.txt)
SYSERR: Jun 11 02:22:22 :: socket_bind: bind: Address already in use
SYSERR: Jun 11 02:23:28 :: ChildLoop: AsyncSQL: query failed: Table 'player.account' doesn't exist (query: SELECT PASSWORD('jovany'),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='admin' errno: 1146)
SYSERR: Jun 11 02:23:50 :: ChildLoop: AsyncSQL: query failed: Table 'player.account' doesn't exist (query: SELECT PASSWORD('signe'),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='admin' errno: 1146)
SYSERR: Jun 11 02:44:13 :: ChildLoop: AsyncSQL: query failed: Table 'player.account' doesn't exist (query: SELECT PASSWORD('jovany'),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='eddy' errno: 1146)
06/11/2013 00:35 Mashkin#2
Your auth core tries to access the table account in database player.
This is probably the result of a misconfiguration.

Check your auth's CONFIG file.
The auth server requires you to enter the account table where you would usually write player for the other cores (means account should be the auth core's player db).

Example:
Code:
PLAYER_SQL: localhost mt2 mt2!@# account