I've searched manyh places and can't get a good answer .. i hope I can get
help here.
I'm trying to dump all the data in my database to separate files (per table)
and be able to specify a field separator character.
for example, I'd like to use || as my field separator, I did the following:
>mysqldump -u root -p --tab --fields-enclosed-by='||' --no-create-info myDB
> > output_file.txt
I get the folowing error:
mysqldump: Got error: 1: Can't create/write to file
'/home/website/--fields-enclosed-by=||/alloc.txt' (Errcode: 2)
thanks in advance
-john k. smith
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.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