LINUX.ORG.RU

История изменений

Исправление svr4, (текущая версия) :

Да до задницы, хоть blackhole.

select  table_schema,update_time from information_schema.tables where update_time is not null group by table_schema order by update_time desc;

Первая колонка - имя базы, вторая - время обновления.

Исправление svr4, :

Да до задницы, хоть blackhole.

mysql -uroot -ppassword information_schema
select  table_schema,update_time from tables where update_time is not null group by table_schema order by update_time desc;

Первая колонка - имя базы, вторая - время обновления.

Исходная версия svr4, :

Да до задницы, хоть blackhole.

mysql -uroot -ppassword information_schema
select  table_schema,update_time from tables where update_time is not null group by table_schema order by update_time desc;