From: Ed Carp Date: March 18 1999 10:22am Subject: Re: Mysqldump - is there a way to re-create queries? List-Archive: http://lists.mysql.com/mysql/476 Message-Id: <000801be7129$363fc7e0$74c9a8c0@traveler.airmail.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit >I have tried running "mysqldump" on a database and created a text file >('database.txt') with sequence of sql commands. Now I would like to run >all of the commands from the file on other machine with mysql. Is it >possible? mysqldump dbname | rsh "mysql dbname"