[root@DbServer ~]# mysql -u root -p"PASSWORD" -e "select CREATE_TIME,TABLE_NAME f rom information_schema.tables where TABLE_SCHEMA='DATABASE NAME'";
데이터 베이스 갱신 시간 테이블 별로 보기
[root@DbServer ~]# mysql -u root -p"PASSWORD" -e "select UPDATE_TIME,TABLE_NAME f rom information_schema.tables where TABLE_SCHEMA='DATABASE NAME'";