테이블 생성은 팁 #1286 - 알 수 없는 스토리지 엔진 'InnoDB'
스토리지 엔진이 꺼졌나요?
쇼 엔진:
Innodb의 상황을 보세요.
그리고 my.ini
default-storage-engine=INNODB
[SQL] 테이블 s7_note
(
id Mediumint unsigned not null auto_increment comment 'Id',
title varchar(100) not null comment '标题',
content longtext not null comment '内容',
addtime datetime default null comment '添加时间',
ip int not null comment 'IP地址',
기본 키(id)
)engine=InnoDB 기본 charset utf8 comment '留言表';
[Err] 1286 - 알 수 없는 스토리지 엔진 'InnoDB'
스토리지 엔진이 꺼졌나요?
쇼 엔진:
Innodb의 상황을 보세요.
그리고 my.ini
default-storage-engine=INNODB
에 다음 줄이 있습니다.[SQL] 테이블 s7_note
(
id Mediumint unsigned not null auto_increment comment 'Id',
title varchar(100) not null comment '标题',
content longtext not null comment '内容',
addtime datetime default null comment '添加时间',
ip int not null comment 'IP地址',
기본 키(id)
)engine=InnoDB 기본 charset utf8 comment '留言表';
[Err] 1286 - 알 수 없는 스토리지 엔진 'InnoDB'