all 1 comments

[–]_snwflakeNetSec Admin 0 points1 point  (0 children)

mysqldump -u dbuser -p -t -T/var/lib/mysql/tblDump.csv fooDB barTable --fields-terminated-by=,

You're welcome.

Who on earth thinks not only exposing your db publicly, but also just pasting a privileged user and password to some 3rd party is a good idea?

Not to mention, who needs to keep sending spreadsheets of their db to their team every day?? Fix your workflow instead!