i use navicat here, but you can only export the full table. quite useless, just because this table its to big to export or import it via phpmyadmin. any other ideas....?
This is probably what you're looking for: CREATE TABLE new_tbl SELECT * FROM orig_tbl WHERE 1; Adjust the select query as necessary.