#1
Hi, I am trying to export a mysql database from phpmyadmin which is 200mb, but when I export it only downloads 30mb Any suggestion will be appreciated, how do I download the whole database?

"The size of dynamic response body is over the limit, response is truncated by web server. The limit is set by the 'Max Dynamic Response Body Size' in tuning section of server configuration".

The above is the error which appears on the last line of the sql file

Also the Max Dynamic Response Body Size is 2047M

Please some one guide me, how can I download the whole database?

Thanks in advance
 

Attachments

#3
yes it works from mysqldump, also I can download the whole database from ssh from mysqldump. But it does not download from phpmyadmin directly
 
Top