This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Error Using Mysql For Orthomcl

Hello all ,i am a student of bioinformatics ,using Orthomcl tool for my task , when i use the command

./orthomclLoadBlast my_orthomcl/orthomcl.config my_orthomcl/similarSequence.txt

it gives the error

Can't connect to data source ' :mysqllocalinfile=1'

because I can't work out what driver to use (it doesn't seem to contain a 'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at /home/linux/Desktop/orthomclSoftware-v2.0.9/bin/../lib/perl/OrthoMCLEngine/Main/Base.pm line 56

DBI-perl is installed in my system then why it is giving this error? How to solve this error?

mysql perl orthomcl linux

1 answer

In your config file, make the setting dbConnectString=dbi:mysql:orthomcl:mysql_local_infile=1. Make sure there there underscore there

Log in to answer this question.