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
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
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
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
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
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.