Aller au contenu

Problème : SQL syntax


Sujets conseillés

Posté

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 'DEFAULT CHARSET=latin1' at line 8

Sa me dit sa quand j'exécutre une requête

Posté

Ci dessous, la partie avec supposément une erreure :

CREATE TABLE `phpbb_adr_alignments` (
`alignment_id` smallint(8) NOT NULL default '0',
`alignment_name` varchar(255) NOT NULL default '',
`alignment_desc` text NOT NULL,
`alignment_level` tinyint(1) NOT NULL default '0',
`alignment_img` varchar(255) NOT NULL default '',
PRIMARY KEY (`alignment_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

Veuillez vous connecter pour commenter

Vous pourrez laisser un commentaire après vous êtes connecté.



Connectez-vous maintenant
×
×
  • Créer...