Mysql獲取表的創建時間和修改時間

兩個方法: 1.show table status from db_name like '表名';   2. SELECT create_time 表結構最後更新時間,update_time 數據最後更新時間 FROM information_schema.tables WHERE table_schema = 數據庫名 AND table_name = 表名 ;
相關文章
相關標籤/搜索