How to rollback the effect of last executed mysql query

Posted by iamrohitbanga on Stack Overflow See other posts from Stack Overflow or by iamrohitbanga
Published on 2010-05-15T07:16:54Z Indexed on 2010/05/15 7:24 UTC
Read the original article Hit count: 170

Filed under:
|

I just ran a command

update sometable set col = '1';

by mistake without specifying the where condition. Is it possible to recover the previous version of the table?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about rollback