I looks like the mysqldump command is looking for a db name as the first argument:

mysqldump dbname -u root -p -t -T , --fields-enclosed-by='"' --fields-terminated-by=',' db_name

It thinks -u is the db name.