Recently, phpmyadmin show this message at the top of my Records in database.
The description of this message is: "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."
I would like to know will it further affect my database data if I ignore it? Or should I cleared my database and re-created those data?
Thanks.