From: Thomas Wana Date: January 18 1999 1:18pm Subject: Re: Mysqldump - is there a way to re-create queries? List-Archive: http://lists.mysql.com/mysql/484 Message-Id: <005201be42e5$98ffd680$84e76ac2@lukeskyw> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi! > >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? > mysql database < database.txt Greetz Thomas