mysql的行数在phpmyadmin和查询中不匹配

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 :

enter image description here

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.