84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
Créer des tables est l'astuce n°1286 - Moteur de stockage inconnu 'InnoDB'
Le moteur de stockage est éteint ?
show moteurs:
Regardez la situation d'Innodb.
Et cette ligne de déclaration dans my.ini
default-storage-engine=INNODB
[SQL] créer une table 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地址',
primary key(id)
)engine=InnoDB default charset utf8 comment '留言表';
[Err] 1286 - Moteur de stockage inconnu 'InnoDB'
Le moteur de stockage est éteint ?
show moteurs:
Regardez la situation d'Innodb.
Et cette ligne de déclaration dans my.ini
default-storage-engine=INNODB
[SQL] créer une table 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地址',
primary key(id)
)engine=InnoDB default charset utf8 comment '留言表';
[Err] 1286 - Moteur de stockage inconnu 'InnoDB'