From: Ed Carp Date: March 13 1999 4:33pm Subject: Re: [spam 03.34/10.00 -pobox] Moving MySQL from one Linux Box to another List-Archive: http://lists.mysql.com/mysql/167 Message-Id: <004c01be6d6f$3a0731a0$74c9a8c0@traveler.airmail.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit >Is it possible to easily duplicate a MySQL-Installation from one >Intel-Linux to another keeping all data and users the same? How many databases are we talking about? Why can't you do: for i in db1 db2 db3... do mysqldump $i|(rsh remote;mysql $i) done