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
echo "SET foreign_key_checks = 0; load data local infile '`pwd`/$f' into table $table fields terminated by ',' optionally enclosed by '\n' lines terminated by '\r\n'" | mysql -ufoo -pbar msrsurvey || exit 1