Type=myisam
major200322
-
major200322 -
major200322 -
Bonjour,
j'ai un problème
create table px_admin (
admin_id smallint(5) unsignednit NOT NULL auto_increment,
admin_login varchar(12) NOT NULL,
admin_passwd varchar(32) default NULL,
PRIMARY KEY (admin_id)
) TYPE=MyISAM ;
#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 'TYPE=MyISAM' at line 6
merci pour votre aide
j'ai un problème
create table px_admin (
admin_id smallint(5) unsignednit NOT NULL auto_increment,
admin_login varchar(12) NOT NULL,
admin_passwd varchar(32) default NULL,
PRIMARY KEY (admin_id)
) TYPE=MyISAM ;
#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 'TYPE=MyISAM' at line 6
merci pour votre aide