Export mysql data to a tab-separated file
# mysqldump -u root -p --no-create-info -T=/tmp --fields-terminated-by='\t' db tabell
A chronological documentation test project, nothing serious, really!
# mysqldump -u root -p --no-create-info -T=/tmp --fields-terminated-by='\t' db tabell