Im trying to download my database backup using phpMyadmin using gzipped method its not working. it shows error Page not Found my backup Size is 35MB how can i fix this issue ?
It's likely either timing out or hitting the memory limit. Can you export smaller databases? If you have access, check your php.ini for memory_limit and max_execution_time settings.
The problem is the file size what thime phpmyadmin need to download it. If it´s to long you get a timeout. In my case the hoster has an on backup tool for DB that i use. You also can use MySQLDUmper to download your Database Only problem you have to install it on your server