Quote:
Originally Posted by Lionel
I get this when I tried to do it manually
|
That line would be from
PHP Code:
foreach ($tables AS $table)
That means you have set 2 things wrong in the configuration.
1. You should be doing a full table dump.
2. If you are doing a selective table dump, you have to fill the array of tables to be dumped.
Judging by that error you are getting.
You are doing a selective table dump, and you havnt filled the table array.
Please Read The Configuration, before asking questions here.