Recover deleted records from a MySQL table

I have deleted all the records in a MySQL table. I want to recover all the records. When I open the table with an text-editor I can see all text fields. Can you help me?

    Requires Free Membership to View

Deleted rows cannot be automatically recovered. If you have a backup you can restore from it, and use the mysqlbinlog utility to replay the updates performed since the backup.

See the Disaster Prevention and Recovery section of the MySQL Reference Manual for more information.

This was first published in June 2005

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.