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

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -