View previous topic :: View next topic |
Author |
Message |
Baldorcete
Joined: 05 Jan 2005 Posts: 6
|
Posted: Tue Mar 29, 2005 16:31 Post subject: Migrating from MySQL to SQLlite |
|
|
It's posible to migrate easily from MySQL to SQLLite? Should I change the scripts, or the sintax for both DBs is the same?
How can I import the old MySQL tables to SQLLite?
Thanks. |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Fri Apr 01, 2005 23:08 Post subject: |
|
|
It is probably not a single click operation, but I see no reason why it should be hard. While developing the SQLite database option, I used DB Manager pro (check the link section) to copy the data from mysql to sqlite.
The SQL strings remain mostly the same if you are not doing any fancy mysql specific stuff. _________________ Papillon |
|
Back to top |
|
|
|