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?
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.