j'ai une erreur lors de la création de ma table :
CREATE TABLE `membres` (
id mediumint(9) NOT NULL auto_increment,
session text NOT NULL,
pseudo text NOT NULL,
date_inscription datetime NOT NULL default \"0000-00-00 00:00:00\",
passe varchar(10) NOT NULL,
email text NOT NULL,
KEY `id` (`id`),
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
D'ou peut venir mon erreur ?Merci