"Joseph E. Maxwell" <[EMAIL PROTECTED]> wrote:

> I am moving my database(s) from one server to another, did a full dump 
> of the data and have a large file with all the create instruction sets etc.
> My question, what is the best way to recreate these db, tables etc. on 
> the new server. MySQL is already installed & running.

run

        mysql -uroot -ppassword < this_file.sql





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




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

Reply via email to