j'ai un probleme avec ma base .. :
requête SQL:
-- phpMyAdmin SQL Dump
-- version 2.6.1
-- http://www.phpmyadmin.net
--
-- Serveur: localhost
-- Généré le : Vendredi 17 Mars 2006 à 11:00
-- Version du serveur: 4.1.9
-- Version de PHP: 4.3.10
--
-- Base de données: `europlakprod`
--
-- --------------------------------------------------------
--
-- Structure de la table `colle`
--
CREATE TABLE `colle` (
`id` tinyint( 12 ) NOT NULL AUTO_INCREMENT ,
`nom` varchar( 16 ) NOT NULL default '',
`desc` text NOT NULL ,
PRIMARY KEY ( `id` )
) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =4
MySQL a répondu:Documentation
#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 'ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4' at line
comment on fait dans ce cas là ?