DBConvert for SQLite & MySQL provides two-way conversion from SQLite databases to MySQL server and from MySQL to SQLite. If your hosting provider restricts Direct Access to your MySQL database you may create PHP script or Dump files to workaround any restrictions. Unicode Support and Primary keys and Indexes conversion are available.
Features
* Interactive (GUI) mode / command line mode;
* Saving data into a MySQL Dump and PHP script for export to MySQL database;
* SQLite version 3.0 and higher support;
* SQLite database size optimization;
* Feature to replace symbols in names of tables and fields (which are required not to be used as they are the symbols reserved for DBMS internal purposes) with a substitute symbol;
* Automation of the conversion process with task planner scheduler;
* Ability to select ISAM, MYISAM, HEAP, innodb or BDB table types when copying data to MySQL or MySQL Dump;
* Unicode Support/Connection character sets support:
LATIN1, LATIN2, LATIN5, LATIN7, ARMSCII8, ASCII, CP1250, CP1251, CP1256, CP1257, CP850, CP852, CP866, DEC8, GEOSTD8, GREEK, Hebrew, HP8, KEYBCS2, KOI8R, KOI8U, MACCE, MACROMAN, SWE7, TIS620, UTF8 (unicode charset);
* Primary keys and Indexes support ;
* Foreign keys (relations) support;
* Advanced customization options:
- partial selection for database objects to be converted;
- database objects (tables, fields, indexes) renaming before conversion.
- detection of possible conversion errors at customization stage.
* Sessions support - all your settings can be saved and restored then.
* `enum` and `SET` MySQL database types support;
* ‘Binary picture` SQLite data types support;
* Ability to Connect to MySQL database servers located on all Unix-like and Windows machines.
* Skins support;
* 1-year free upgrades.