Topic: Good tool to migrate from SQLite to MySQL?

Hey guys, i wanted to try MySQL on my test database, since i want to use php i'll probably use mysql from the start, but in the meanwhile for my tests i would prefer it i migrate what i have instead of inserting (almost) 50 users by hand.
Can you guys point me in the right direction?
Cheers

Re: Good tool to migrate from SQLite to MySQL?

Hi there Vasco, you can use Navicat Premium tongue

Re: Good tool to migrate from SQLite to MySQL?

Hello,


Do you want make export of data from SQLite database to MySQL database?

Dmitry.

Re: Good tool to migrate from SQLite to MySQL?

yes, but i managed to do it , using navicat i just copied all the table entry's and now i have a mysql database functioning with both MVD and a test interface in PHP , very nice