Frage

Is any possible to recover the data which is deleted accidently in mysql 5 and linux environment. My friend deleted one database from mysql in his linux machine accidently is there any chance to recover?

War es hilfreich?

Lösung

was binary logging enable for the mysql database? if there are binary logs for that db, you can try recovering the deleted data from there. if there are no binary logs,no mysqldumps, or backups then i think your friend is out of luck.

Andere Tipps

If your server is maintained by an ISP, ask the support if it's possible to do a rollback. Most ISPs / Server-Hosting-Services do automated backups of your server (-files), so your data may be not completely lost.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top