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

MySQL install from repos #3

Open
morgo opened this issue Feb 27, 2015 · 2 comments
Open

MySQL install from repos #3

morgo opened this issue Feb 27, 2015 · 2 comments

Comments

@morgo
Copy link

morgo commented Feb 27, 2015

I noticed that in vagrant_scripts/my56_bootstrap.sh you are pulling MySQL debs directly from dev.mysql.com. Not to dissuade you if it works, but there are two alternatives that might work better:

  1. The version of Ubuntu you are presumably using here (Trusty) has MySQL 5.6 packages under the name mysql-server-5.6.
  2. There are official apt repos with support for MySQL 5.6/5.7.
@morgo
Copy link
Author

morgo commented Feb 27, 2015

As a third alternative, if you would like to bootstrap multiple MySQL instances in the same VM, there is also MySQL Sandbox. I use this to bootstrap MySQL on my localhost.

@jakefeasel
Copy link
Collaborator

I had a real hassle of a time finding a combination of steps that worked consistently, although it could be due to the fact that I originally started with precise instead of trusty (and precise had no mysql 5.6 packages). If you would like to try finding a simpler set of steps for getting the environment up and running (particularly if you think there may be a more reliable method over the long term) I would be grateful. Thanks!

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

No branches or pull requests

2 participants