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-%'
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-%'
Browser other questions tagged mysql delete
You are not signed in. Login or sign up in order to post.
Yes, just lower the back-up before the wrong change.
– anonimo
Take a look at that link and on that other link, can help you
– Pedro Augusto
and if you don’t have backup?.... rs
– Leandro Marzullo
If you don’t have the black Arja with the famous red text of GTA 5.....If F#d3u kkkk
– JeanExtreme002
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
– Heitor Scalabrini