| 您的 SQL 查询可能有错。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助作用。 
 ERROR: 引号不配对 @ 23
 STR: `
 SQL:
 
 --
 -- ????еĊ?db_crons`
 --
 
 INSERT INTO cdb_crons VALUES (1, 1, 'system', 'ǥ?ս񈕷?̻ʽ', 'todayposts_daily.inc.php', 0, 1150357741, -1, -1, 0, '0');
 
 
 SQL 查询:
 
 -- -- ????еĊ?db_crons` -- INSERT INTO cdb_crons VALUES (1, 1, 'system', 'ǥ?ս񈕷?̻ʽ', 'todayposts_daily.inc.php', 0, 1150357741, -1, -1, 0, '0');
 
 MySQL 返回:
 
 #1366 - Incorrect string value: '\xC7\xE5\xBF\xD5\xBD\xF1...' for column 'name' at row 1
 
 
 请问这是什么问题啊 ?   谁可以教教!!~
 |