pour créer une table j'ai :
Code : Tout sélectionner
CREATE TABLE `membres` (
`id` mediumint( 9 ) NOT NULL AUTO_INCREMENT ,
`session` text NOT NULL ,
`pseudo` text NOT NULL ,
`passe` text NOT NULL ,
`email` text NOT NULL ,
KEY `id` ( `id` )
)ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT = 1 Code : Tout sélectionner
MySQL a répondu:
#1064 - You have an error in your SQL syntax near 'ENGINE = MYISAM merci de votre aide