Comments on: Copy mysql table between servers/databases Bricky's Soapbox 2010-02-19T09:59:48Z WordPress http://brickybox.com/2009/07/20/copy-mysql-table-between-serversdatabases/feed/atom By: Bricky Bricky http://brickybox.com http://brickybox.com/?p=225#comment-136 2009-09-10T15:13:47Z 2009-09-10T15:13:47Z @Mark
It’s hardly rocket science to put ssh and gzip in the pipe. So yes, I think this is a particularly good method, even for large databases. (I moved a 7GB db the other day using it, and, aside from the running it over ssh, the only change I had to make was to add --single-transaction to mysqldump, to prevent it locking up the source db)

]]>
By: Mark Mark http://brickybox.com/?p=225#comment-135 2009-09-10T04:30:04Z 2009-09-10T04:30:04Z Is there any compression used in this method? I don’t think there is, so for large databases I don’t think this is a good method.

]]>