IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Outils MySQL Discussion :

Erreur migration toolkit mysql: ENGINE=InnoDB


Sujet :

Outils MySQL

  1. #1
    Membre à l'essai
    Inscrit en
    Mars 2008
    Messages
    29
    Détails du profil
    Informations forums :
    Inscription : Mars 2008
    Messages : 29
    Points : 20
    Points
    20
    Par défaut Erreur migration toolkit mysql: ENGINE=InnoDB
    Bonjour à tous,
    J'ai une base qui tourne sous Acces, j'aimerais la migrer vers mysql server 5.
    J'ai utilisé le migration toolkit de mysql, mais j'ai une erreur lors de l'imporation des données.
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    Initializing JDBC driver ... 
    Driver class MySQL JDBC Driver 5.0
    Opening connection ... 
    Connection jdbc:mysql://localhost:3306/?user=root&password=toto&useServerPrepStmts=false&characterEncoding=UTF-8
     
    Execute script header commands.
    -- ----------------------------------------------------------------------
    -- MySQL GRT Application
    -- SQL Script
    -- ----------------------------------------------------------------------
     
    SET FOREIGN_KEY_CHECKS = 0
    Creating schema db1 ...
    CREATE DATABASE IF NOT EXISTS `db1`
      CHARACTER SET latin1 COLLATE latin1_swedish_ci
    Creating schema db1 ...
     
    USE `db1`
    Creating tables ...
     
    Creating table AVL ...
    DROP TABLE IF EXISTS `db1`.`AVL`
    Creating table AVL ...
     
    CREATE TABLE `db1`.`AVL` 
    )
    ENGINE = INNODB
    An error occured while executing the SQL statement.
    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 = INNODB' at line 2
     
    Creating table BOM ...
    DROP TABLE IF EXISTS `db1`.`BOM`
    Creating table BOM ...
     
    CREATE TABLE `db1`.`BOM` 
    )
    ENGINE = INNODB
    An error occured while executing the SQL statement.
    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 = INNODB' at line 2
     
    Creating table BOM_COMPONENT ...
    DROP TABLE IF EXISTS `db1`.`BOM_COMPONENT`
    Creating table BOM_COMPONENT ...
     
    CREATE TABLE `db1`.`BOM_COMPONENT` 
    )
    ENGINE = INNODB
    An error occured while executing the SQL statement.
    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 = INNODB' at line 2
     
    Creating table BOM_PROJECT ...
    DROP TABLE IF EXISTS `db1`.`BOM_PROJECT`
    Creating table BOM_PROJECT ...
     
    CREATE TABLE `db1`.`BOM_PROJECT` 
    )
    ENGINE = INNODB
    An error occured while executing the SQL statement.
    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 = INNODB' at line 2
     
    Creating table COMPONENT_PRICE ...
    DROP TABLE IF EXISTS `db1`.`COMPONENT_PRICE`
    Creating table COMPONENT_PRICE ...
     
    CREATE TABLE `db1`.`COMPONENT_PRICE` 
    )
    ENGINE = INNODB
    An error occured while executing the SQL statement.
    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 = INNODB' at line 2
     
    Creating table COMPOSANT ...
    DROP TABLE IF EXISTS `db1`.`COMPOSANT`
    Creating table COMPOSANT ...
     
    CREATE TABLE `db1`.`COMPOSANT` 
    )
    ENGINE = INNODB
    An error occured while executing the SQL statement.
    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 = INNODB' at line 2
     
    Creating table CPN_LIST ...
    DROP TABLE IF EXISTS `db1`.`CPN_LIST`
    Creating table CPN_LIST ...
     
    CREATE TABLE `db1`.`CPN_LIST` 
    )
    ENGINE = INNODB
    An error occured while executing the SQL statement.
    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 = INNODB' at line 2
     
    Creating table CUSTOMER ...
    DROP TABLE IF EXISTS `db1`.`CUSTOMER`
    Creating table CUSTOMER ...
     
    CREATE TABLE `db1`.`CUSTOMER` 
    )
    ENGINE = INNODB
    An error occured while executing the SQL statement.
    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 = INNODB' at line 2
     
    Creating table DESIGNATOR ...
    DROP TABLE IF EXISTS `db1`.`DESIGNATOR`
    Creating table DESIGNATOR ...
     
    CREATE TABLE `db1`.`DESIGNATOR` 
    )
    ENGINE = INNODB
    An error occured while executing the SQL statement.
    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 = INNODB' at line 2
     
    Creating table EVENT_PRICE ...
    DROP TABLE IF EXISTS `db1`.`EVENT_PRICE`
    Creating table EVENT_PRICE ...
     
    CREATE TABLE `db1`.`EVENT_PRICE` 
    )
    ENGINE = INNODB
    An error occured while executing the SQL statement.
    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 = INNODB' at line 2
     
    Creating table GCE ...
    DROP TABLE IF EXISTS `db1`.`GCE`
    Creating table GCE ...
     
    CREATE TABLE `db1`.`GCE` 
    )
    ENGINE = INNODB
    An error occured while executing the SQL statement.
    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 = INNODB' at line 2
     
    Creating table GCE_PROJET ...
    DROP TABLE IF EXISTS `db1`.`GCE_PROJET`
    Creating table GCE_PROJET ...
     
    CREATE TABLE `db1`.`GCE_PROJET` 
    )
    ENGINE = INNODB
    An error occured while executing the SQL statement.
    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 = INNODB' at line 2
     
    Creating table NOMENCLATURE_CUSTOMER_SUPLIER_PROJECT ...
    DROP TABLE IF EXISTS `db1`.`NOMENCLATURE_CUSTOMER_SUPLIER_PROJECT`
    Creating table NOMENCLATURE_CUSTOMER_SUPLIER_PROJECT ...
     
    CREATE TABLE `db1`.`NOMENCLATURE_CUSTOMER_SUPLIER_PROJECT` 
    )
    ENGINE = INNODB
    An error occured while executing the SQL statement.
    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 = INNODB' at line 2
     
    Creating table PROJECT ...
    DROP TABLE IF EXISTS `db1`.`PROJECT`
    Creating table PROJECT ...
     
    CREATE TABLE `db1`.`PROJECT` 
    )
    ENGINE = INNODB
    An error occured while executing the SQL statement.
    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 = INNODB' at line 2
     
    Creating table PROJECT_STATUS ...
    DROP TABLE IF EXISTS `db1`.`PROJECT_STATUS`
    Creating table PROJECT_STATUS ...
     
    CREATE TABLE `db1`.`PROJECT_STATUS` 
    )
    ENGINE = INNODB
    An error occured while executing the SQL statement.
    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 = INNODB' at line 2
     
    Creating table SUPLIERS ...
    DROP TABLE IF EXISTS `db1`.`SUPLIERS`
    Creating table SUPLIERS ...
     
    CREATE TABLE `db1`.`SUPLIERS` 
    )
    ENGINE = INNODB
    An error occured while executing the SQL statement.
    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 = INNODB' at line 2
     
    Creating table VPN_LIST ...
    DROP TABLE IF EXISTS `db1`.`VPN_LIST`
    Creating table VPN_LIST ...
     
    CREATE TABLE `db1`.`VPN_LIST` 
    )
    ENGINE = INNODB
    An error occured while executing the SQL statement.
    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 = INNODB' at line 2
    Creating views ...
    Creating procedures ...
     
    Execute script footer commands.
    SET FOREIGN_KEY_CHECKS = 1
    J'ai cherché sur les forums Mysql, certains ont eu le même problème que moi, mais ils n'ont pas eu de réponses...J'ai aussi regardé la vidéo de démo du toolkit, disponible sur le site de mysql -> http://www.mysql.fr/products/tools/m...nTutorial.html
    Voilà voilà, si quelqu'un a déjà eu ce problème... merci d'avance.

  2. #2
    Membre à l'essai
    Profil pro
    Inscrit en
    Juin 2007
    Messages
    26
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Juin 2007
    Messages : 26
    Points : 10
    Points
    10
    Par défaut
    Exactement le même problème ... une idée ?
    Mauvaise version de mysql ?

Discussions similaires

  1. [MySQL] MYSQL MIGRATION TOOLKIT n'importe pas tout ?
    Par mabret dans le forum PHP & Base de données
    Réponses: 1
    Dernier message: 27/03/2008, 14h10
  2. Probleme avec mysql migration toolkit
    Par maxeur dans le forum Autres Logiciels
    Réponses: 0
    Dernier message: 23/01/2008, 12h18
  3. Réponses: 2
    Dernier message: 09/05/2007, 16h53
  4. petite erreur ENGINE=InnoDB
    Par speedylol dans le forum Installation
    Réponses: 1
    Dernier message: 24/03/2006, 18h22
  5. [nouveauté] MySQL Migration Toolkit
    Par Maximil ian dans le forum Outils
    Réponses: 5
    Dernier message: 01/02/2006, 13h05

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo