select `table_schema`, `table_name`, `create_time` FROM information_schema.tables where engine = 'InnoDB' order by create_time desc ;
Mischief Managed: Geeks are Sexy Has a New Canadian Home
16 minutes ago
This site is now archived. My new coding posts are here http://justinhj.github.io
select `table_schema`, `table_name`, `create_time` FROM information_schema.tables where engine = 'InnoDB' order by create_time desc ;