I am looking for the syntax for dumping all data in my mysql database. I don\'t want any table information.
Try to dump to a delimited file.
mysqldump -u [username] -p -t -T/path/to/directory [database] --fields-enclosed-by=\" --fields-terminated-by=,