You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parallel "echo \"Select * from {} into outfile '$(pwd)/{}.csv' character set 'utf8' fields terminated by ',' enclosed by '\\\"'\" | mysql $@" ::: $(echo "Show full tables where Table_type = 'BASE TABLE'" | mysql $@ | sed 1d | cut -f 1)