@R_301_156@ to use near ‘type=myisam auto_increment=1’ TYPE=MyISAM AUTO_INCREMENT=1 错误的解决方法。
可以尝试:
TYPE设置在MysqL 5.5的时候被取消了,取而代之的是ENGINE。所以TYPE=MyISAM AUTO_INCREMENT=1改成ENGINE=MyISAM AUTO_INCREMENT=1就可以了。
原文链接:https://www.f2er.com/wordpress/67612.html