apetkau / orthomcl-pipeline

Automates running of OrthoMCL software from http://orthomcl.org/common/downloads/software/v2.0/
80 stars 36 forks source link

add GRANT CREATE VIEW to setup step #5

Closed JenCabral closed 9 years ago

JenCabral commented 9 years ago

updated

apetkau commented 9 years ago

Awesome, thanks for fixing this. However, when I test it I'm now getting an error:

DBD::mysql::st execute failed: INDEX command denied to user 'or'@'localhost' for table 'SimilarSequences' at /home/aaron/Projects/software/orthomcl-pipeline/orthomclsoftware-custom/bin/orthomclInstallSchema line 184, <F> line 12.

So, it appears you need the INDEX permissions on the table too. I'm not sure why it was working when you tested it though.