导入数据库时发生错误
错误:
SQL 查询:
INSERT INTO city_boss VALU
MySQL 返回:
错误日志:
> #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'VALU' at line 1
Notice in ./libraries/charset_conversion.lib.php#105
iconv(): Detected an incomplete multibyte character in input string
Backtrace
./libraries/charset_conversion.lib.php#105: iconv(
string 'gb2312',
string 'utf-8//TRANSLIT',
string ,
)
./libraries/import.lib.php#412: PMA_convertString(
string 'gb2312',
string 'utf-8',
string ,
)
./libraries/plugins/import/ImportSql.class.php#422: PMA_importGetNextChunk()
./import.php#615: ImportSql->doImport(array)