Hello Everyone,
Has anyone experienced a problem while running orthomcl with latest version of mysql? When I run the orthomclLoadParser, I got the following errors:
DBD::mysql::st execute failed: The used command is not allowed with this MySQL version at /Users/abc/Desktop/Tools/orthomclSoftware-v2.0.2/bin/orthomclLoadBlast line 39, <f> line 14. The used command is not allowed with this MySQL version
Any solution?
Thanks, R.
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
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.
thanks for the tip, but it didn't work... Did anyone try to install an older MySQL version?
tks,