John, Wednesday, November 20, 2002, 8:32:35 AM, you wrote: JC> After I dump the database what is the command to import it into another JC> computer?
mysql -h<host_name> -u<user_name> -p<user_password> [database_name] < dump_file.sql JC> Do I have to create a new database and then import all tables JC> and data or will it create the database, tables, and data? Depends on what options of mysqldump were used. -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php