Is there any way to make phpMyAdmin show exact number of records for InnoDB tables?
I know why InnoDB has different number of records based on interpretation because it's a transactional engine but SQLBuddy is showing the exact number of records for InnoDB tables so I think there is a way for phpMyAdmin to do the same.
How can I do this?