How to recover deleted rows in MySQL

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dbquest
    New Member
    • Sep 2008
    • 1

    How to recover deleted rows in MySQL

    Hi,

    Is there a way to recover the deleted rows? We do have a backup but not for all the rows that got deleted. Appreciate some quick help on this.

    Thanks.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    ALWAYS backup before deleting anything. I'm sure that no longer needs to be repeated to you.
    Have a look at the mysqlbinlog section of the refmanual to see what can be recovered, if anything.

    Comment

    Working...