easiest is probably to use a tool such as
dbtools
alternatively
export the DDL
or failing that there is the long way round using something like MySQL Administrator to create the ctbales and columns manually
dbtools does a fair job of exporting data and structure.. but doesn't do a 'perfect' job.. the assumptions it makes aren't neccesarily the best solution.
exporting the DDL like wise
re-creating the structure in MySQL adminstrator is probbaly not for the newcomer