I am facing issue in figure out the number of rows in mysql table 'users'.
Number of rows when browse the table is different then number of rows when fire SQL query to count(*) from table.
Screenshot :
but when i fire following query
SELECT COUNT(*) FROM `users`
It is giving me different number of rows
Screenshot is of different database, in actual database records are 7,40,215 and in count query it is 16,12,145
Please help me out to figure this issue out.