How to Recover Deleted Lines from MYSQL?

Asked

Viewed 29 times

0

I unintentionally deleted some rows from mysql, because of a LIKE misspelled.

There’s a way I can get those lines back?

I don’t know if it helps the answer, but the delete command was:

DELETE FROM vids WHERE alias LIKE 'la-%'
  • 5

    Yes, just lower the back-up before the wrong change.

  • 1

    Take a look at that link and on that other link, can help you

  • and if you don’t have backup?.... rs

  • 4

    If you don’t have the black Arja with the famous red text of GTA 5.....If F#d3u kkkk

  • If you’ve already committed and you don’t have a backup, it’s gone, now if you haven’t committed or at least closed the session you can undo the action by writing rollback

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.