I am migrating an SQLite database to MySql using the MySQL workbench migration wizard (Community Edition). I have downloaded the ODBC drivers for SQLite. I am able to connect to SQLite and retrieve the schema (See Figure One).
However, an error is produced during the reverse engineering phase of migration (See Figure Two). In this example the error reads "ERROR: Line 1: syntax error, unexpected TEXT_STRING. Statement skipped." Because reverse engineering terminated with errors the schema is not reverse engineered.
Does anyone know how to resolve the issue?
Thank you, Camille
Figure One.
Figure Two.