mysql:Get data at particular time -
need suggestion finding list of users status=1 @ 31 jan 23:59:59(end of month).
select count(*) users status=1 , created_at=?
one way restore database previous time reverse running binlog current database state.
or
start database schema , running statement binlog related table only.
take of slave, if still on previous state
Comments
Post a Comment