为了账号安全,请及时绑定邮箱和手机立即绑定

请问哪里有问题啊?是跟老师一样的啊

mysql> CREATE TABLE imooc_goddess (

  id int(11) PRIMARY KEY AUTO_INCREMENT,

  user_name varchar(30) NOT NULL,

  sex int(11) DEFAULT NULL,

  age int(11) DEFAULT NULL,

  birthday date DEFAULT NULL,

  email varchar(30) DEFAULT NULL,

  mobile varchar(11) DEFAULT NULL,

  create_user varchar(30) DEFAULT NULL,

  create_date date DEFAULT NULL,

  update_user varchar(30) DEFAULT NULL,

  update_date date DEFAULT NULL,

  isdel int(11) DEFAULT NULL,

)engine=innodb default charset=utf8 auto_increment=1;


alter database imooc DEFAULT CHARACTER SET 'utf8';

SET character_set_client='utf8';

SET character_set_connection='utf8';

SET character_set_results='utf8';

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 ')engine=innodb default charset=utf8 auto_increment=1' at line 14

Query OK, 1 row affected

Query OK, 0 rows affected

Query OK, 0 rows affected

Query OK, 0 rows affected

为什么一直说这个)engine=innodb default charset=utf8 auto_increment=1;有错

正在回答

3 回答

 isdel int(11) DEFAULT NULL   这句不要逗号。

0 回复 有任何疑惑可以回复我~
#1

慕粉1474367326 提问者

非常感谢!
2016-11-25 回复 有任何疑惑可以回复我~

想问下我为什么刷新不出


0 回复 有任何疑惑可以回复我~

这个课程的资料下载那里有数据库源码(和程序源码),可以参考一下

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

请问哪里有问题啊?是跟老师一样的啊

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信