Is there any chance of getting my folders content back in... I know I just messed it up It took 4 months to create my blog and I make it dissappear in 5 seconds..I hope there is something can be done..

link|improve this question
phpMyAdmin is a user interface for querying a database. There is no such thing as a folder in a database. If all you did was mess with phpMyAdmin, then you lost your blog entries and comments, but not your theme and other website files. They're not in the database, they're files. – Dan Grossman Jul 15 '11 at 21:37
What exactly did you do in phpMyAdmin? Which table did you delete data from? – Nate Zaugg Jul 15 '11 at 21:48
feedback

migrated from stackoverflow.com Jul 16 '11 at 14:39

This question came from our site for professional and enthusiast programmers.

closed as not a real question by ChrisF, Hello71, Nifle, Sathya Jul 17 '11 at 14:55

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

2 Answers

You can search for your blog on Google and click the "cache" links, and download what you can before it disappears.

You should be making daily backups of your websites and their databases.

link|improve this answer
feedback

Also possible to find on http://wayback.archive.org/web/ perhaps. I real pro with MySQL might be able to retrieve the data.

link|improve this answer
@Dan - Ever heard of a transaction log? forums.mysql.com/read.php?88,68282,68315 – Nate Zaugg Jul 15 '11 at 21:37
feedback