How to export data with no headers?

2004-05-10 Thread Cao, Wenhong
Hi All, I am trying to export the records from the tables in the mysql database into a file. The problem I am having now is that I don't know how to export the records into a file without the header information, which is the name of columns. Can someone help? Thanks, Wenhong

Re: How to export data with no headers?

2004-05-10 Thread Michael Kruckenberg
Using --skip-column-names with the client or mysqldump suppresses the column names. Cao, Wenhong wrote: Hi All, I am trying to export the records from the tables in the mysql database into a file. The problem I am having now is that I don't know how to export the records into a file without

Re: How to export data with no headers?

2004-05-10 Thread Egor Egorov
Cao, Wenhong [EMAIL PROTECTED] wrote: I am trying to export the records from the tables in the mysql database into a file. The problem I am having now is that I don't know how to export the records into a file without the header information, which is the name of columns. Can someone help?