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

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -