2013년 3월 21일 목요일

[ linux ][ mysql ] 데이터 베이스 생성, 갱신 시간 테이블 별로 보기

데이터 베이스 생성 시간 테이블 별로 보기

[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'";

댓글 없음:

댓글 쓰기