calimero_06 M'en Bati Sieù Nissart | Bonjour, j'aimerais transferer ma base de données de mon compte Free vers un autre hebergeur (1and1).
Je l'ai donc exportée mais lorsque j'execute le fichier (format sql), il me trouve cette erreur (1and1).
Code :
- -- phpMyAdmin SQL Dump
- -- version 2.6.3-pl1
- -- http://www.phpmyadmin.net
- --
- -- Serveur: jejecorsa.sql.free.fr
- -- Généré le : Jeudi 23 Février 2006 à 13:25
- -- Version du serveur: 4.1.15
- -- Version de PHP: 4.4.0
- --
- -- Base de données: `jejecorsa`
- --
- -- --------------------------------------------------------
- --
- -- Structure de la table `nuked_banned`
- --
- CREATE TABLE `nuked_banned` (
- `id` int( 11 ) NOT NULL AUTO_INCREMENT ,
- `ip` varchar( 50 ) COLLATE latin1_general_ci NOT NULL default '',
- `pseudo` varchar( 50 ) COLLATE latin1_general_ci NOT NULL default '',
- `email` varchar( 80 ) COLLATE latin1_general_ci NOT NULL default '',
- `texte` text COLLATE latin1_general_ci NOT NULL ,
- PRIMARY KEY ( `id` )
- ) ENGINE = MYISAM DEFAULT CHARSET = latin1 COLLATE = latin1_general_ci AUTO_INCREMENT =1
|
L'erreur
Citation :
#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 'collate latin1_general_ci NOT NULL default '',
`pseudo` varch
|
---------------
Nissa & Basta -
|