Jump to content

sysser auth mysql_query error: Table 'account.banned_ip' doesn't exist


Recommended Posts

SYSERR: Feb 20 16:31:01 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'account.secure_ip' doesn't exist
query: SELECT ip FROM account.secure_ip WHERE login = 'root'
SYSERR: Feb 20 16:31:01 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'account.banned_ip' doesn't exist
query: SELECT ip FROM account.banned_ip WHERE ip = '206.62.139.25'
SYSERR: Feb 20 16:31:01 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'account.banned_hwid_list' doesn't exist
query: SELECT hwid FROM account.banned_hwid_list WHERE hwid = '00::FF::2A::7A::04::04'
SYSERR: Feb 20 16:31:01 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'account.banned_hdd_list' doesn't exist
query: SELECT hdd_serial FROM account.banned_hdd_list WHERE hdd_serial = 'ACE4_2E00_0A08_D6BE_2EE4_AC00_0000_0001.'
SYSERR: Feb 20 16:31:01 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Table 'account.secure_pc_list' doesn't exist
query: SELECT hwid FROM account.secure_pc_list WHERE login = 'root' and status='1'
 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Management

The errors are pretty explicit, you don't have those tables on database account, you need to create them.

 

We don't know what structure they need to have, but you can see at least 1 field per error message.

 

secure_ip we can see it has, at least, the field ip

banned_hwid_list we can see it has, at least, the fields hwid and hdd_serial

secure_pc_list we can see it has, at least, the fields hwid, login and status, which I imagine it probably has the foreign key login to login column on table account (which isn't the correct way, it should have the PK from account as FK)

raw

raw

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 24

      Experimental Renderer

    2. 11

      Multi Language System

    3. 0

      [FREE DESIGN] Interface + Logo + Discord Banner and Avatar

    4. 4

      Feeding game source to LLM

    5. 0

      Quest 6/7 Problem

    6. 5

      Effect weapons

    7. 0

      [C++] Fix Core Downer Using Negative Number in GM Codes

    8. 3

      Crystal Metinstone

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.