By "scrape" I assume you mean backup?

This applies to phpMyAdmin 2.5.3, the latest stable version.

After selecting the database in phpMyAdmin ("Database xxx running on yyy" should be displayed at the top of the right pane):

Select the Export tab at the top to get to the export page.

In the Export section, click Select All and check the SQL radio button.

In the SQL options section, check the Structure, Add 'drop table', Enclose table and field names with backquotes and Data checkboxes.

Check Save as file, and zipped or gzipped (whichever you prefer).

Then click the Go button.

To restore the database from the dump file, select the SQL tab at the top, then use the Browse button to load the dumped database.

[This message was edited by Dave_L on September 17, 2003 at 08:53 PM.]