I looked this error up and it said Error: 1103 SQLSTATE: 42000 (ER_WRONG_TABLE_NAME) Actual error: Error SQL query: DROP TABLE IF EXISTS `thebill_testspecmakers.com`.`ABOUT` MySQL said: #1103 - Incorrect table name 'ABOUT' I read that I have to upgrade to ver 5.1 ...
#define ER_WRONG_TABLE_NAME 1103 "Incorrect table name '%-.100s'", #define ER_TOO_BIG_SELECT 1104 "The SELECT would examine more rows than MAX_JOIN_SIZE. Check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE= # if the SELECT is ok", #define ER_UNKNOWN_ERROR...
错误号:1102; 符号: ER_WRONG_DB_NAME; SQLSTATE: 42000 消息:错误的数据库名称'%s' 错误号:1103; 符号: ER_WRONG_TABLE_NAME; SQLSTATE: 42000 消息:不正确的表名'%s' 错误号:1104; 符号: ER_TOO_BIG_SELECT; SQLSTATE: 42000 消息:SELECT将检查超过MAX_JOIN_SIZE行;检查您的WHERE并使用SET SQL_BIG...
#define ER_WRONG_TABLE_NAME 1103 "Incorrect table name '%-.100s'", #define ER_TOO_BIG_SELECT 1104 "The SELECT would examine more rows than MAX_JOIN_SIZE. Check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE= # if the SELECT is ok", #define ER_UNKNOWN_ERROR...
#define ER_WRONG_TABLE_NAME 1103 "Incorrect table name '%-.100s'", #define ER_TOO_BIG_SELECT 1104 "The SELECT would examine more rows than MAX_JOIN_SIZE. Check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE= ...
(0.00 sec) mysql> delete `4.temp` from temp as `4.temp` where `4.temp`.identity = 5; ERROR 1103: Incorrect table name '4.temp' mysql> --- Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3 to server version: 4.1.22-debug Type 'help;' ...
define ER_WRONG_TABLE_NAME 1103 "Incorrect table name '%-.100s'", define ER_TOO_BIG_SELECT 1104 "The SELECT would examine more rows than MAX_JOIN_SIZE. Check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE= ...
· 错误:1103 SQLSTATE: 42000 (ER_WRONG_TABLE_NAME) 消息:不正确的表名'%s'。 · 错误:1104 SQLSTATE: 42000 (ER_TOO_BIG_SELECT) 消息:SELECT将检查超过MAX_JOIN_SIZE的行,如果SELECT正常,请检查WHERE,并使用SET SQL_BIG_SELECTS=1或SET SQL_MAX_JOIN_SIZE=#。 · 错误:1105 SQLSTATE: HY000...
#define ER_WRONG_TABLE_NAME 1103 "Incorrect table name %-.100s", #define ER_TOO_BIG_SELECT 1104 "The SELECT would examine more rows than MAX_JOIN_SIZE. Check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE= # if the SELECT is ok", #define ER_UNKNOWN_ERROR ...
错误:1103 SQLSTATE: 42000 (ER_WRONG_TABLE_NAME) 消息:不正确的表名'%s'。 错误:1104 SQLSTATE: 42000 (ER_TOO_BIG_SELECT) 消息:SELECT将检查超过MAX_JOIN_SIZE的行,如果SELECT正常,请检查WHERE,并使用SET SQL_BIG_SELECTS=1或SET SQL_MAX_JOIN_SIZE=#。