How about piping the output to a file? As in:

mysqldump [OPTIONS] database [tables] >outfile

Or using the --tab option?

-- John

Jeffrey N Dyke wrote:

http://www.mysql.com/doc/en/mysqldump.html


"John Ryan" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: 09/10/2003 04:23 Subject: [PHP-DB] MYSQL Table Dump PM





Is there any way *from the command line* to get a dump of a mysql table and have it saved to a local file, instead of standard output

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to