FG
💻 Software

File not found error with mysqlimport

Fresh5 days ago
Mar 15, 20265588 views
Confidence Score0%
0%

Problem

I'm setting up a local database for gene annotation following the instructions on this page. They provide an .sql file to create some MySQL table structures (step 4) and several data files to populate the tables (steps 5-7). I've completed the setup process through step 5, but I am getting errors a…

Error Output

standage@farnsworth:~$ mysqlimport -u wendel2go -p --fields-terminated-by='\t' b2g Desktop/gene2accession 
Enter password: 
mysqlimport: Error: 13, C…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: File not found error with mysqlimport

Low Risk

Turns out that the option was needed. The command worked when I issued it as thus.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment