mezis/mrd

Sorry, I need one of mysql_install_db5, mysql_install_db to run.

alexdesi opened this issue · 1 comments

Thanks to write this gem,
I am trying to make it works,
but after running 'mrd', or 'sudo mrd' I get the message: 'Sorry, I need one of mysql_install_db5, mysql_install_db to run.'

I can see the file in the path: '/usr/local/mysql-5.6.10-osx10.7-x86_64/scripts/mysql_install_db'.
Should I specify the full path in some way ?

thank you

Usually when you install mysql server all mysql executables are put into the global path. Do you have a symlink for this mysql_install_db executable under either /usr/local/bin or /usr/bin? If you've installed mysql server with Homebrew, then it should be under /usr/local/bin. It is possible you don't have /usr/local/bin added to your shell's path: make sure by typing echo $PATH.