last updated database / mysql

SELECT
MAX(UPDATE_TIME) as lastUpdate,
TABLE_SCHEMA
FROM `TABLES`
GROUP BY TABLE_SCHEMA