Domanda

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?

È stato utile?

Soluzione

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.

Altri suggerimenti

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top