我正在开发Xenforo论坛,我们正在转移到具有相同域的其他服务器。
文件已经被复制,唯一的问题就是现在的数据库。
我可以很好地导出数据库,但问题是当我通过phpmyadmin将它导入新数据库时。
许多表导入正常,但是当它到达此表时会抛出错误,表示格式化已关闭。
Error
SQL query:
CREATE TABLE `xf_bb_code_media_site` (
`media_site_id` VARBINARY( 25 ) NOT NULL ,
`site_title` VARCHAR( 50 ) NOT NULL ,
`site_url` VARCHAR( 100 ) NOT NULL DEFAULT '',
`match_urls` TEXT NOT NULL ,
`match_is_regex` TINYINT( 3 ) UNSIGNED NOT NULL DEFAULT '0' COMMENT
);
MySQL said: Documentation
#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 ')' at line 7
答案 0 :(得分:0)
您看到已修复的旧版phpMyAdmin中存在错误。你应该升级你的phpMyAdmin。
答案 1 :(得分:0)
使用命令行SQL代替phpMyAdmin进行导出和导入