Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MYSQL テーブルに ~140,000 のエントリを挿入したところ、phpmyadmin を見ると、レコード数は ~129,000 のように見え、更新のたびに変動します。
なぜそれをやっているのですか?
phpMyAdmin は簡単な方法を使用して行数を取得します。この方法は、InnoDB テーブルの場合はおおよその数のみを返します。これらの結果を変更する方法については、$cfg['MaxExactCount'] を参照してください。ただし、これはパフォーマンスに深刻な影響を与える可能性があります。
http://www.phpmyadmin.net/documentation/#faq3_11