techouse / sqlite3-to-mysql

Transfer data from SQLite to MySQL

Home Page:https://techouse.github.io/sqlite3-to-mysql/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlite3mysql

martinjeaks opened this issue · comments

sqlite3mysql converts sqlite3 tables to mysql tables by giving "sqlite3mysql -f e:/mydata.db -d mydata -uroot -p". It converts few tables and stopes with an error "Invalid column_type!". But it does not show which table has the problem.

Hi @martinjeaks

Try and run it with --debug. That will throw exceptions and let you know what's wrong.