Home > Database > Mysql Tutorial > You have an error in your SQL syntax; check the manual that_MySQL

You have an error in your SQL syntax; check the manual that_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 13:37:58
Original
1640 people have browsed it

bitsCN.com 这种错误主要是由于,使用了现在版本的mysql不支持的命令引起的错误,比如

从MYSQL5.5开始,TYPE=MYISAM这种类型的命令无法使用,MYSQL已经替换成ENGINE来代替TYPE,如果出现这种错误,批量替换TYPE=    替换成ENGINE=

还有就是timestamp(14) 不能指定长度~这是时间类型~


bitsCN.com
Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template