I need to move entire tables from one MySQL database to another. I don\'t have full access to the second one, only phpMyAdmin access. I can only upload (compressed) sql file
Try csplit(1) to cut up the output into the individual tables based on regular expressions (matching the table boundary I would think).