File not found error with mysqlimport
Solution 1:
Turns out that the --local
option was needed. The command worked when I issued it as thus.
mysqlimport -u root -p --fields-terminated-by='\t' --local b2g /home/standage/Desktop/gene2accession
Turns out that the --local
option was needed. The command worked when I issued it as thus.
mysqlimport -u root -p --fields-terminated-by='\t' --local b2g /home/standage/Desktop/gene2accession