I have tried a php
script like:
$res=mysql_query("SELECT TABLE_NAME
FROM information_schema.'TABLES'
WHERE UPDATE_TIME > NOW() - INTERVAL 2 DAY
AND ABLE_SCHEMA = 'mvgis_lewiscounty'");
which is not working.
Can anyone please guide me how should I proceed with this?