I am using PHPmyAdmin to move a site. My site is too large to use the single file export/import method. (I know how to do it, it works fine on smaller sites.)
It seems the only thing working for me is to export, and then import, a table at a time. 30 tables. This is ok for a one time move, but this method for ongoing backups is pretty crazy. Anyone know how to export all tables, but in separate files? i.e. instead of the one big dbxxxx.sql, I want each table e.g. wp_posts.sql to export one after the next.