Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

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

Open
alexdesi opened this issue May 28, 2014 · 1 comment
Open

Comments

@alexdesi
Copy link

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

@alex-kovshovik
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants