Support Center > Knowledgebase > phpMyAdmin > Known Limitations > The number of records for InnoDB tables is not correct.
The number of records for InnoDB tables is not correct.
phpMyAdmin uses a quick method to get the row count, and this method only returns an approximate count in the case of InnoDB tables. See $cfg['MaxExactCount'] for a way to modify those results, but this could have a serious impact on performance.
Also Read