Chip,
Monday, July 08, 2002, 8:11:20 AM, you wrote:

CW> Where is info on exporting a table? I checked the mysql docs and the
CW> only reference to export has nothing to do with exporting a table. I
CW> want to copy a table from one server to another, should be simple
CW> enough, right?

What about mysqldump?
     http://www.mysql.com/doc/m/y/mysqldump.html

You can make dump file of your table, copy from one server to
another and restore table or
        mysqldump database_name table_name | mysql -hhost_name
        -uuser_name database_name




-- 
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

Reply via email to