I exported all tables from my database with the option "Export tables as separate files".
This worked perfectly, the tables were packed to a zip file:
However, If I try to import them, I get this:
and nothing is imported:
I also tried to remove botecsql10_database.sql
, botecsql10_extra.sql
and export it again. This is to make sure that only files with "table" in the name are imported.
But then I get this:
But only a single table was imported
How can I import the tables?