Ivan Levchenko wrote:
Hi All,

What would be the best way to transfer a 20 gig db from one host to another?

mysqldump -A > file.dump
tar -jcf file.dump
rsync

or use replication to do it (might take a bit longer this way though).

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to