one alternative to your problem is to download phpMyAdmin and do a database dumb containing only the table structure of the database and/or the data and the tables.
When it dumps, it creates a text file filled with pure MySQL commands that can be used by phpMyAdmin to easily insert the data into the new database.