数据库恢复,数据库版本不一样导致的错误
数据库恢复,数据库版本不一样导致的错误MySQL Error: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 'DEFAULT CHARSET=utf8' at line 1
MySQL Errno:1064
Message:MySQL Query Error
处理的方法:
用工具批量替换,之用正则匹配
ENGINE=MyISAM .*CHARSET=utf8;
TYPE=MyISAM;
页:
[1]