TYPE=InnoDB;是旧版本的 在新版本执行时会出现 [Err] 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 'TYPE=InnoDB' at line 12 解决方法:ENGINE=InnoDB
TYPE=InnoDB;是旧版本的
在新版本执行时会出现
[Err] 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 'TYPE=InnoDB' at line 12
解决方法: ENGINE=InnoDB改为 ENGINE=InnoDB
ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8;
okay
声明:本网页内容旨在传播知识,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。TEL:177 7030 7066 E-MAIL:11247931@qq.com