The PHPMyAdmin is a great tool, however when exporting it is not possible to browse any pages on the site (as the SESSION is loaded)
Would it be possible to session_write_close() before folowing comment (line 515)
/*
* Builds the dump
/
and session_start() right after the if/else if/else statement ( before 'if (!PMA_exportFooter())' statement. this would allow user to browse the phpmyadmin interface and still do the export (possibly only applicable for file exports)
My version of the phpmyadmin is 3.4.11.1deb1
Already requested in [feature-requests:#1001].
Related
Feature Requests: #1001