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
