Mysql5.0转4.1
数据覆盖后出错
Discuz! info: MySQL Query Error
Time: 2007-7-13 2:43pm
Script: /bbs/Index.php
SQL: SELECT f.fid, f.fup, f.type, f.name, f.threads, f.posts, f.todayposts, f.lastpost, f.inheritedmod, f.forumcolumns, ff.description, ff.moderators, ff.icon, ff.viewperm FROM [Table]forums f
LEFT JOIN [Table]forumfields ff USING(fid)
WHERE f.status>0 ORDER BY f.type, f.displayorder
Error: Table './dichao/[Table]forumfields' was created with a different version of MySQL and cannot be read
Errno.: 1033
Similar error report has beed dispatched to administrator before.
我用金山快译翻译了下出错信息
was created with a different version of MySQL and cannot be read
MYSQL版本不同造成的错误 怎么解决?? |