If you just want the data, go through each table doing a "SELECT * FROM table_name" and save the results somewhere. You can restore using INSERT statements.
For table structure, you'll need to do a little research on how to extract the table names/fields.
|