Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. syyser z DB
  2. SYSERR: Apr 19 22:54:55 :: Start: TABLE_POSTFIX not configured use default
  3. SYSERR: Apr 19 22:54:56 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Column 'name' in field list is ambiguous
  4. query: SELECT empire, pid, name, money, windate FROM monarch a, player b where a.pid=b.id
  5. SYSERR: Apr 19 22:54:56 :: Load: DirectQuery failed(SELECT login FROM block_exception)
  6.  
  7. Config z DB :
  8. WELCOME_MSG = "Mysql odpalone"
  9. SQL_ACCOUNT = "localhost account mt2 mt2!@# 0"
  10. SQL_PLAYER = "localhost player mt2 mt2!@# 0"
  11. SQL_COMMON = "localhost common mt2 mt2!@# 0"
  12. SQL_HOTBACKUP = "localhost hotbackup mt2 mt2!@# 0"
  13. TABLE_POSTFIX = ""
  14. BIND_PORT = 15000
  15. DB_SLEEP_MSEC = 10
  16. CLIENT_HEART_FPS = 10
  17. HASH_PLAYER_LIFE_SEC = 600
  18. BACKUP_LIMIT_SEC = 3600
  19. PLAYER_ID_START = 100
  20. PLAYER_DELETE_LEVEL_LIMIT = 75
  21. ITEM_ID_RANGE = 100000 2100000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement