Sorry if this is a n00b question, I did read the docs for mysqldump before posting, but couldn't figure it out.

I'm successfully doing a mysqldump, but I want only a few of the columns, and want them in a different order. Is this possible without substantially slowing it down? The table has about 5 million records.

Currently I'm doing this:
mysqldump -uxxxt -pxxx -t -T/var/www/folder db_name table_name -- fields-enclosed-by=\" --fields-terminated-by=,


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql?unsub=arch...@jab.org

Reply via email to