I have a database that consists of 50 tables. I need each table exported as separate file. 1 table → 1 export file. However, I do not like to export-click through all 50 tables in the phpmyadmin export dialog to generate those single export files.
Is there any option in Phpmyadmin to have each table separately exported as file?
Only if not, how would you do this via SSH/mysqldump as workaround (iterating over all tables)? I only found a way here of specifying each single table by name.
PS: In case somebody wants to know why I need this, I tried running a mysql import of a 0.5 GB file which throws errors and I cannot track them down. Importing table by table would help to find the problem.