Comments on: Copy mysql table between servers/databasesBricky's Soapbox2010-02-19T09:59:48ZWordPresshttp://brickybox.com/2009/07/20/copy-mysql-table-between-serversdatabases/feed/atomBy: BrickyBrickyhttp://brickybox.comhttp://brickybox.com/?p=225#comment-1362009-09-10T15:13:47Z2009-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: MarkMarkhttp://brickybox.com/?p=225#comment-1352009-09-10T04:30:04Z2009-09-10T04:30:04ZIs 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.
]]>