I\'m showing all rows (825) in phpMyAdmin v4.3.2 for a mysql innodb table sorted by the default autoincrement primary key. When sorted ascending, I go to the last page but i
I found that I had the following setting in my phpMyAdmin config file pasted from who know what previous performance fix I made.
$cfg['MaxExactCount'] = 0
This disabled correcting InnoDB estimates. I commented out this line, and of course it took care of the problem