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

到底哪里出错啊

    -> DROP TABLE IF EXISTS `imooc_user`;

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 'DROP TABLE IF EXISTS `imooc_user`' at line 16

mysql> CREATE TABLE `imooc_user`(

    -> `id` int unsigned auto_increment key,

    -> `username` varchar(20) not null unique,

    -> `password` char(32) not null,

    -> `sex` enum("man","woman","secret")not null default "secret",

    -> `face` varchar(50) not null,

    -> `regTime` int unsigned not null

    -> )

    ->

    -> DROP TABLE IF EXISTS `imooc_album`;

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 'DROP TABLE IF EXISTS `imooc_album`' at line 10

mysql> CREATE TABLE `imooc_album`(

    -> `id` int unsigned auto_increment key,

    -> `pid` int insigned not null,

    -> `albumPath` varchar(50) not null

    -> )


正在回答

2 回答

1.去掉所有引号·  2.每个创建表后加; 可以去百度下mysql语句规则

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

我跟你一样   我也不知道

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

举报

0/150
提交
取消
手把手教你实现电商网站后台开发
  • 参与学习       117285    人
  • 解答问题       1999    个

手把手教你用PHP搭建电子商务平台,由浅入深教你搭建电商系统

进入课程

到底哪里出错啊

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