Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add recommendations for MySQL installation #381

Merged
merged 1 commit into from Apr 25, 2014
Merged

add recommendations for MySQL installation #381

merged 1 commit into from Apr 25, 2014

Conversation

sealocal
Copy link
Contributor

Reason for change:

The README says to download MySQL from dev.mysql.com, but Mac users should use homebrew instead.

$ homebrew install mysql

Otherwise, when you run $ rake you might experience an error similar to this:

rake aborted!
dlopen(/Users/username/.rvm/gems/ruby-1.9.3-p194@rails3tutorial2ndEd/gems/mysql2-0.3.11/lib/mysql2/mysql2.bundle, 9): Library not loaded: libmysqlclient.18.dylib
Referenced from: /Users/username/.rvm/gems/ruby-1.9.3-p194@rails3tutorial2ndEd/gems/mysql2-0.3.11/lib/mysql2/mysql2.bundle
Reason: image not found - /Users/username/.rvm/gems/ruby-1.9.3-p194@rails3tutorial2ndEd/gems/mysql2-0.3.11/lib/mysql2/mysql2.bundle

@rap1ds
Copy link
Member

rap1ds commented Apr 25, 2014

Looks good, thanks!

rap1ds added a commit that referenced this pull request Apr 25, 2014
add recommendations for MySQL installation
@rap1ds rap1ds merged commit c78eaa8 into sharetribe:master Apr 25, 2014
@sealocal
Copy link
Contributor Author

No problem!

@Mikaela
Copy link

Mikaela commented Apr 27, 2014

What if you use MariaDB or some other MySQL compatible replacement?

@gnomet
Copy link
Member

gnomet commented Apr 29, 2014

@Mkaysi We haven't tested any other mysql compatible solutions in the core team, and are not aware of others reporting of trying them yet either. If you try, it would be great to hear if it works or not. And if you want to add a comment about that to installation instructions, that would be a great addition too. :)

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

Successfully merging this pull request may close these issues.

None yet

4 participants