字體:  

phpmyadmin管理mysql innodb 每次點擊數據量都不一致

99770 發表於: 2011-8-15 23:11 來源: ADJ網路控股集團


今天發現了一個問題,用phpmyadmin管理mysql的時候,每次點擊選中一個表,右側顯示的資料量總數都不一樣,導致導出的資料庫sql文件不完整。

把數據文件導入到其他機器的時候,還以為操作超時找了很長時間問題才發現原來是資料庫文件根本就不完整,不知道為什麼會發生這個問題,研究一下……

原因找到了,原來是innoDB取的是近似值,phpmyadmin文檔的3.11給出了解釋,原文如下:

QUOTE:

3.11 The number of records for InnoDB tables is not correct.

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.