近似值,鼠标放到问号那里。 phpMyAdmin uses a quick method to get the row count, and this method only returns an approximate count in the case of InnoDB tables. See $cfg['MaxExactCount'] for a way to modify those results, but this could have a serious impact on performance. 这个值是一个快速算法,不精确,你可以设置 $cfg['MaxExactCount'] = 20000 如果小于20000就返回精确的行数,如果大于个这个数就快速计算一个近似值。
近似值,鼠标放到问号那里。
这个值是一个快速算法,不精确,你可以设置
$cfg['MaxExactCount'] = 20000
如果小于20000
就返回精确的行数,如果大于个这个数就快速计算一个近似值。