How to keep a WordPress site synchronized between two servers?
I have a WordPress site running in a dedicated server in hosting A and I would like to keep it synchronized with a … Read more
I have a WordPress site running in a dedicated server in hosting A and I would like to keep it synchronized with a … Read more
By default, mysqldump takes the backup of an entire database. I need to backup a single table in MySQL. Is it possible? How … Read more
I am working on backup-related plugin and from some research of existing plugins – they seem to favor using PHP’s mysql_* functions, rather … Read more
I backed up a database: BACKUP DATABASE MyDatabase TO DISK = ‘MyDatabase.bak’ WITH INIT –overwrite existing And then tried to restore it: RESTORE … Read more
I am using WordPress 3 and would like to backup the database to my computer (a Mac). My webhost is using PHP safe … Read more
I want to backup my WP flies but the FTP is really slow. Is there a better solution ? (assume CRON and SSH … Read more
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 … Read more
I have WordPress installed on my server for my blog. I back up all the files from the server on a schedule. But … Read more