MySQL数据库

正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

3回答
好帮手慕柯南 2019-09-02 09:46:56

同学你好!

同学的sql语句有误呢,并且在执行的时候也报sql语法有误了.下面的sql没有结束的括号

http://img1.sycdn.imooc.com//climg/5d6c744c0001c10305110194.jpg

如果我的回答解决了你的疑惑,请采纳,祝学习愉快~

提问者 慕UI0732386 2019-09-01 19:18:57


用database执行脚本是出错了
[2019-09-01 19:14:14] Run F:\Mybatis案例源码\icake.sql
[2019-09-01 19:14:14] Connecting to @localhost...
[2019-09-01 19:14:14] Using batch mode (1000 insert/update/delete statements max)
drop database if exists icake
[2019-09-01 19:14:14] 2 row(s) affected in 38 ms
create database icake
[2019-09-01 19:14:14] 1 row(s) affected in 5 ms
use icake
[2019-09-01 19:14:14] 0 row(s) affected in 2 ms
drop table if exists account
[2019-09-01 19:14:14] 0 row(s) affected in 4 ms
drop table if exists cake
[2019-09-01 19:14:14] 0 row(s) affected in 2 ms
drop table if exists catalog
[2019-09-01 19:14:14] 0 row(s) affected in 9 ms
create table account
(
id                   int not null auto_increment,
account              varchar(20),
password             varchar(20),
nick_name            varchar(20),
primary key (id)
charset utf8
[2019-09-01 19:14:15] [42000][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 'charset utf8' at line 8
create table cake
(
id                   int not null auto_increment,
title                varchar(20),
cid                  int,
image_path           varchar(100),
price                double,
taste                varchar...
[2019-09-01 19:14:15] 0 row(s) affected in 25 ms
create table catalog
(
id                   int not null auto_increment,
title                varchar(20),
pid                  int,
info                 varchar(100),
primary key (id)
)
[2019-09-01 19:14:15] 0 row(s) affected in 131 ms
alter table cake add constraint FK_Reference_1 foreign key (cid)
references catalog (id) on delete restrict on update restrict
[2019-09-01 19:14:15] 0 row(s) affected in 27 ms
alter table catalog add constraint FK_Reference_2 foreign key (pid)
references catalog (id) on delete restrict on update restrict
[2019-09-01 19:14:15] 0 row(s) affected in 22 ms
insert into account(id,account,password,nick_name) values(10000,'admin','admin','管理员')
........
[2019-09-01 19:14:15] [HY000][1366] Incorrect string value: '\xE6\xB7\xB1\xE8\x89\xBE...' for column 'title' at row 1
[2019-09-01 19:14:15] Summary: 84 of 84 statements executed, 74 failed in 537 ms (7233 symbols in file)


好帮手慕柯南 2019-09-01 13:44:49

同学你好!

idea本身就可以打开,打开时打开方式选择idea就可以。

如果我的回答解决了你的疑惑,请采纳,祝学习愉快~

  • 提问者 慕UI0732386 #1
    用database执行脚本是出错了
    2019-09-01 19:18:19
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师