Incorret rows display

[expired user #8178]'s profile image [expired user #8178] posted 10 years ago in General Permalink
I have issue in displaying of corret number of rows. Using command line client I receive e.g. 13720, using HEIDI i receive 12 012.
ansgar's profile image ansgar posted 10 years ago Permalink
You are probably viewing a table which is configured with the InnoDB storage engine. InnoDB reports its row count in SHOW TABLE STATUS as an estimation, not as an exact number. Also, the row count varies each time you run SHOW TABLE STATUS.

Please login to leave a reply, or register at first.