I am having the same problem, too, and this solution does not seem to work for me. I tried the command line above and get the following error message:
mysqlimport: Error: 1146, Table 'orthomcl.SimilarSequences' doesn't exist, when using table: SimilarSequences
Any help would be very much appreciated, thanks!
Did anyone find a solution yet?
tks,
hi tks, if you are getting the same problem then try adding :mysqllocalinfile=1 to the end of the dbConnectString in orthomcl.config file, it was default 0 on my system so orthomcl was not able to load the blast results.
Example: dbConnectString=dbi:mysql:orthomcl:mysqllocalinfile=1
thanks for the tip, but it didn't work... Did anyone try to install an older MySQL version?
tks,
As per my comment below, the setting should be
dbConnectString=dbi:mysql:orthomcl:mysql_local_infile=1-- note the underscores. This fixed the problem for me on Ubuntu 14.04's mysql-server 5.5.38-0ubuntu0.14.04.1 installation.Great job~ I solved my problem as your description, thanks.
I'm using mysql 5.6. I had also to add:
To the [client] section of /etc/mysql/my.cnf.