for file in *.txt; do mysqlimport --silent --local -uroot sprar_prod200121 $(realpath $file); done