bpoole

Dump a MySQL database to a CSV file using mysqldump

Jan 13th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. mysqldump -p -u [username] -t -T [save directory] [database name] [optional table names] --fields-enclosed-by=\" --fields-terminated-by=,
Add Comment
Please, Sign In to add comment