Phpmyadmin Export Dbase getting error on PHP7 Nginx Phpmyadmin Export Dbase getting error on PHP7 Nginx nginx nginx

Phpmyadmin Export Dbase getting error on PHP7 Nginx


Go to /usr/share/phpmyadmin/export.php .Replace "break 2;" with "break;". Then restart apache.Problem will be solved.


I faced the same problem after upgrading to PHP 7.

Upgrading PhpMyAdmin to the last version fixed the issue.


I just got this issue. Just open your export.php file and replace break 2 by break. That solved my problem.