Recovering From An SQL Injection

Posted by Bryan on Stack Overflow See other posts from Stack Overflow or by Bryan
Published on 2010-05-01T02:48:24Z Indexed on 2010/05/01 2:57 UTC
Read the original article Hit count: 263

Filed under:
|

Let's not go so far as to say that I'm paranoid, but I've been spending hour after hour learning how to prevent SQL injections (and XSS for what it's worth).

What I'm wondering is that a SQL injection doesn't seem like it would do permanent harm to my database if I've made daily backups. Doesn't importing yesterday's copy of my tables just restore them and then I can be on my merry way?

© Stack Overflow or respective owner

Related posts about php

Related posts about sql-injection