Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
Can i get MySql DB backup of last 3 days ,i forgot to take backup , but client need 3 days previous backup file .

Is it possible to get from any source.

Raj
Posted

If you have forgotten to backup the database then you don't have a backup file to give.

Try an older backup file if you have one.
 
Share this answer
 
 
Share this answer
 
Repair mysql database due to following software MySQL Fix Toolbox utility starts under all Windows OS, starting with Win 98
 
Share this answer
 
I you have a BU device running in the background you could try this tool putty.org (open source) and refer to that specific date and time to retrieve a copy. The input in the tool would be some simple lines like:

mysqldump --add-drop-table -h mysql_[DATE]- [TIME] -u [Username] -p [Database name] > [file name].sql

You could also add lines to have it saved in specific folder(s) on your web space.

I hope this helps
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900