I have a WordPress site running in a dedicated server in hosting A and I would like to keep it synchronized with a copy in another hosting server for...
By default, mysqldump takes the backup of an entire database. I need to backup a single table in MySQL. Is it possible? How do I restore it? 9 s...
I am working on backup-related plugin and from some research of existing plugins – they seem to favor using PHP’s mysql_* functions, rather than $wpdb. Is $wpdb overhead considerable...
I backed up a database: BACKUP DATABASE MyDatabase TO DISK = 'MyDatabase.bak' WITH INIT --overwrite existing And then tried to restore it: RESTORE DATABASE MyDatabase FROM DISK = 'MyDatabase.bak'...
I am using WordPress 3 and would like to backup the database to my computer (a Mac). My webhost is using PHP safe mode, so that sometimes limits what...
I want to backup my WP flies but the FTP is really slow. Is there a better solution ? (assume CRON and SSH in a managed VPS) 3 s...
I notice in the Codex that the –add-drop-table option is displayed for backing up a database. Before I screw anything up, does this just mean that when the backup...
I have WordPress installed on my server for my blog. I back up all the files from the server on a schedule. But this is just the files–not the...