First one is to avoid exporting bigger table in a data base. In exporting user can specify a value and tables bigger than that value will not be exported in exporting process. Something like in below image
@Marc Delisle can I work on the first part of this request? Let the user specify maximum size of table to be considered for export part ? or does that need a decision too ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
About the first one "more than user specified value": please clarify.
About the second one: you can already choose where you store your exported file on the workstation. You can also export on the server, see
http://docs.phpmyadmin.net/en/latest/config.html?highlight=savedir#cfg_SaveDir
First one is to avoid exporting bigger table in a data base. In exporting user can specify a value and tables bigger than that value will not be exported in exporting process. Something like in below image
@Marc Delisle can I work on the first part of this request? Let the user specify maximum size of table to be considered for export part ? or does that need a decision too ?
Aditya,
yes I think that this is worth implementing.
http://adityasastry.in/mb.png
I am thinking of adding the textbox there in the custom export options. Is it fine ?
Last edit: Aditya Sastry 2014-03-22
https://github.com/phpmyadmin/phpmyadmin/pull/1083
Implementation for this