From SQLite to MySQL

luke2012

Well-Known Member
Licensed User
Longtime User
Hi to all the community!

I have to switch the db engine from SQLite to MySQL and I wish to known how much is the effort considering this points :

- I don't known MySQL
- I known SQL
- Project's queries are few and simple like select, insert
- Actually I have 1 SQLite DB
- There are 12 tables
 
Top