Précédent   Forum des professionnels en informatique > Bases de données > MySQL > Outils
Outils Forum d'entraide sur les outils pour MySQL. Avant de poster -> Outils MySQL
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 08/04/2008, 11h32   #1
Invité de passage
 
Inscription : mars 2008
Messages : 29
Détails du profil
Informations forums :
Inscription : mars 2008
Messages : 29
Points : 4
Points : 4
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 :
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.
qlaimand est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 06/06/2008, 17h35   #2
Invité régulier
 
Inscription : juin 2007
Messages : 26
Détails du profil
Informations forums :
Inscription : juin 2007
Messages : 26
Points : 6
Points : 6
Exactement le même problème ... une idée ?
Mauvaise version de mysql ?
antoiner est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 14h54.


 
 
 
 
Partenaires

Hébergement Web