MySql建表时出错ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that correspond

来源:互联网 发布:新开淘宝每天流量100人 编辑:程序博客网 时间:2024/06/08 00:21

建表的时候,出现了:

ERROR 1064 (42000): 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 '<
uid int<32> primary key auto_increment,
uname varchar<32>,
upassword varchar<3' at line 1


在一阵比较原图的时候没发现有错。


只能慢慢的百度去看能解决不,找了一会无果。抱着试一试的心态去搜狗查,,震惊!!

原文地址:http://wenwen.sogou.com/z/q660897258.htm


没错。不是<>,而应该是()。从一开始就应该使用( 命令窗口<和(打出来太像了,误认。

立即去看了看,这简直是神似。敲打发火尴尬








阅读全文
0 0