I'm getting confused with the number of rows in MySQL. The total rows returned by phpMyAdmin and the count query are different.
My table structure is InnoDB
.
Showing rows 0 - 24 (655537 total, Query took 0.1527 seconds.)
This is result of When browse the Table.
My count query was
SELECT count(*) FROM `table_name`
This will be return as 602030