Tagged Questions
0
votes
1answer
65 views
How Do I Restore a MySQL Database from Time Machine Backup?
I develop locally on a Mac, and my computer completely died yesterday. The hard drive is gone, apparently not recoverable.
I have a current backup on Time Machine.
So my question is:
How exactly do ...
1
vote
1answer
173 views
rsnapshot - not correctly archiving mysql databases
My rsnapshot configuration:
snapshot_root /.snapshots/
backup /home/user localhost/
backup_script /usr/local/backup_mysql.sh localhost/mysql/
Using this file:
NOW=$(date ...
0
votes
1answer
82 views
selectively import “record sets” from one mysql instance to another
I have a mysql server hosting a production database, and routinely I make snapshots of it, which we can also use as a staging environment.
Sometime bad things happen, e.g. we delete a row (and all ...
0
votes
1answer
327 views
Restoring a Mysql database that is 7zip
I use
Mysqldump –u root –ppassword databasename | 7z a -si -t7z outputfile.sql.7z -mx9
To backup my Mysql 5.1 database on my windows vista system.
Question:
How can I restore the database without ...
0
votes
2answers
115 views
MySQL data disappearing after restoring from backup
I recently had to move from one hosting provider to another (if you're in the UK don't use Easyspace for your VPS!) as my previous host dumped my server without warning.
Fortunately I had remote ...