On Wed, Apr 10, 2002 at 11:18:14AM -0500, Henning, Brian wrote:
> Hello-
>
> I am a Sybase user with a mysql question. Does mysql do bulk copy
> (bcp)?  Bulk copy allows a mass copy from a file a database and vice
> versa. I know there is mysqldump but, i am not sure if that is what
> i am looking for. Can anyone explain?

Have a look at mysqlimport for importing bulk data.  To export,
mysqldump will work, as will "SELECT ... INTO OUTFILE ..." syntax.

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936

MySQL 3.23.47-max: up 62 days, processed 1,686,109,171 queries (313/sec. avg)

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