Tag Archives: mysqldump

How to copy a database with mysqldump from remote server to another via ssh

How do I copy a MySQL database from one computer/server to another? Short answer is you can copy database from one computer/server to another using …

View more

Tagged: 1 Comment

Mysql Dump Ignore Tables And Rsync To Remote Server

Not having had huge experience working with mysql dumping and rsync. This afternoon I was faced with the task of taking a backup of one …

View more

Tagged: 4 Comments

Mysql dump a backup using terminal & ssh/ shell

I decided today to take a backup of a database in the usual way using phpmyadmins export facility. I exported it to a zip file …

View more

Tagged: 1 Comment