jamesbowers wrote
cmd = "C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqlimport --local --user=root --password=May2019 new_db_2005 --fields-optionally-enclosed-by="" --fields-terminated-by=, --ignore-lines=1 --columns=" & colLine & " --verbose " & fileName
Try building the command and typing it directly in a Windows command line window. This will help you see what this command generates as errors.