- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Is there a way to recover deleted mysql databa...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2004 12:02 AM
тАО07-02-2004 12:02 AM
I've deleted (drop) with phpMyAdmin a database
and I didn't do any backups before.
Is there a way to recover deleted mysql database ?
kind regards
chris
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-02-2004 12:52 AM
тАО07-02-2004 12:52 AM
Re: Is there a way to recover deleted mysql database ?
If it's here, check content... maybe phpmyadmin did just erase database name from mysql db table... no auto backup AFA I know...
bad news...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2004 08:24 PM
тАО07-04-2004 08:24 PM
Re: Is there a way to recover deleted mysql database ?
yes, Jerome has right, /var/lib/mysql/nameofdb is the one place only where db and related informations are stored, no online redo logs or control files like at Oracle exist in mysql (so far ;-).
for case of disaster do regular backup of mysql via mysqldump which saved all db intt one file which can be very easily imported after.
see mysqldump --help
good luck, Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2004 10:55 AM
тАО07-06-2004 10:55 AM
Re: Is there a way to recover deleted mysql database ?
but database was lost.
"sh_ _ happens"
greetings
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-06-2004 08:49 PM
тАО07-06-2004 08:49 PM
Re: Is there a way to recover deleted mysql database ?
if you have ext2 filesystem, there is still small chance you can undellete db file, but how time is running chance is smaller and smaller ...
try to find some like undelete ext2, I guess that even Midnight Commander has this feature
good luck
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-07-2004 02:29 AM
тАО07-07-2004 02:29 AM
Re: Is there a way to recover deleted mysql database ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-07-2004 03:58 AM
тАО07-07-2004 03:58 AM
Solutionhow did you, or anyone else, get data into mysql ? wasn't used some text file for loading, something like csv ? try to find it
has anyone else made some backup of /var/lib/mysql ?
try to find on entire disk all files with
following sufixes :
trigger.MYD
trigger.MYI
trigger.frm
find / -name '*.MYD'
(It can be in some Trash if were deleted in XManager enviroment)
Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-07-2004 08:46 PM
тАО07-07-2004 08:46 PM