Jump to content

Recommended Posts

repair table bootlog in log

 

DROP TABLE IF EXISTS `bootlog`;
CREATE TABLE `bootlog` (
`time`  datetime NOT NULL DEFAULT '0000-00-00 00:00:00' ,
`hostname`  char(128) CHARACTER SET big5 COLLATE big5_chinese_ci NOT NULL DEFAULT 'UNKNOWN' ,
`channel`  tinyint(1) NOT NULL DEFAULT 0 
)
ENGINE=MyISAM
DEFAULT CHARACTER SET=big5 COLLATE=big5_chinese_ci
CHECKSUM=0
ROW_FORMAT=Fixed
DELAY_KEY_WRITE=0;
  • Love 1
Link to comment
https://metin2.dev/topic/6903-all-fall-down/#findComment-43711
Share on other sites

 

repair table bootlog in log

 

DROP TABLE IF EXISTS `bootlog`;
CREATE TABLE `bootlog` (
`time`  datetime NOT NULL DEFAULT '0000-00-00 00:00:00' ,
`hostname`  char(128) CHARACTER SET big5 COLLATE big5_chinese_ci NOT NULL DEFAULT 'UNKNOWN' ,
`channel`  tinyint(1) NOT NULL DEFAULT 0 
)
ENGINE=MyISAM
DEFAULT CHARACTER SET=big5 COLLATE=big5_chinese_ci
CHECKSUM=0
ROW_FORMAT=Fixed
DELAY_KEY_WRITE=0;

okay, db & auth is okay right now, but channel is still shutting down

Link to comment
https://metin2.dev/topic/6903-all-fall-down/#findComment-43825
Share on other sites

  • Premium

hello :(

SYSERR: May 20 15:41:45 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Column 'name' in field list is ambiguous
query: SELECT empire, pid, name, money, windate FROM monarch a, player b where a.pid=b.id
SYSERR: May 20 15:41:45 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Column 'name' in field list is ambiguous
query: SELECT pid, name, date FROM monarch_candidacy a, player b where a.pid = b.id
SYSERR: May 20 15:41:45 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Unknown column 'selectedpid' in 'field list'

Check your tables. Thats why you're server its shutting down.

Link to comment
https://metin2.dev/topic/6903-all-fall-down/#findComment-44013
Share on other sites

 

hello :(

SYSERR: May 20 15:41:45 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Column 'name' in field list is ambiguous
query: SELECT empire, pid, name, money, windate FROM monarch a, player b where a.pid=b.id
SYSERR: May 20 15:41:45 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Column 'name' in field list is ambiguous
query: SELECT pid, name, date FROM monarch_candidacy a, player b where a.pid = b.id
SYSERR: May 20 15:41:45 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Unknown column 'selectedpid' in 'field list'

Check your tables. Thats why you're server its shutting down.

 

i try and he still :angry:  :angry:

Link to comment
https://metin2.dev/topic/6903-all-fall-down/#findComment-44015
Share on other sites

 

hello :(

SYSERR: May 20 15:41:45 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Column 'name' in field list is ambiguous
query: SELECT empire, pid, name, money, windate FROM monarch a, player b where a.pid=b.id
SYSERR: May 20 15:41:45 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Column 'name' in field list is ambiguous
query: SELECT pid, name, date FROM monarch_candidacy a, player b where a.pid = b.id
SYSERR: May 20 15:41:45 :: DirectQuery: AsyncSQL::DirectQuery : mysql_query error: Unknown column 'selectedpid' in 'field list'

Check your tables. Thats why you're server its shutting down.

 

 

if someone knows something about that can tell me

Link to comment
https://metin2.dev/topic/6903-all-fall-down/#findComment-44133
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.