Is it possible to restore table to last time with data if all data was deleted accidentally.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is another solution, if you have binary logs active on your server you can use
mysqlbinloggenerate a sql file with it
then search for your missing rows.
If you don’t have it active, no other solution. Make backups next time.