What is the easiest way to migrate from embeded to MySQL db?

I am sure this question was asked before, but I can’t find by simple search.

Hey Kerby,

I am sure this question was asked before, but I can’t find by simple search.

You are right. This question was made many times before. Basically what you have to do after creating the tables in MySQL is to open the .script file in the embedded-db folder and copy the INSERT sql statements. Execute them in your MySQL database.

Regards,

– Gato