Hello
I checked as suggested if the dump can happen via command line, it does, however I want to fix this phpmyadmin problem
When in phpMyadmin I do click export for a db or a table to start with gives me a warning, it tells that has to show more than 1000 records, that some will be omitted, and that this is due to max_input_var settings.
I checked php.ini and saw that max_input-Var was commented, I uncommented it and settled to 14000, a high number, this did not change the problem, I have done it in all the php.ini files I found
Then clicking on export I get these errors as already stated above in this thread, and does not let export from within phpMyadmin:
Notice in ./export.php#252
Undefined index: output_format
Backtrace
Notice in ./export.php#266
Undefined index: compression
Backtrace
Notice in ./export.php#387
Undefined variable: filename_template
Backtrace
What should I check/do to fix this?
Thank you