Edit file:
/usr/share/phpmyadmin/libraries/sql.lib.php
Change this (line #601):
|| (count($analyzed_sql_results[‘select_expr’] == 1)
there's a missing close bracket ‘)’ before operation with 1. So i changed it to:
|| (count($analyzed_sql_results[‘select_expr’]) == 1