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 version 5.6 #259

Open
dimasdwika opened this issue Nov 23, 2015 · 5 comments
Open

Mysql version 5.6 #259

dimasdwika opened this issue Nov 23, 2015 · 5 comments

Comments

@dimasdwika
Copy link

I think now modern technology requires minimum Mysql version 5.6. At the moment, after downloading from Phansible, there's no way to tell on ansible to install mysql 5.5 or 5.6. By ubuntu 14.04 default when you install mysql it will install mysql 5.5 not 5.6.

I think it should be able to choose MYSQL version need to be installed (like the one in PHP).

Cheers,
Dimas

@nickmartyn
Copy link

Hi,
try to change in /roles/mysql/tasks/main.yml to this:

- name: mysql | Install MySQL Packages  
  sudo: yes  
  apt: pkg={{ item }} state=latest  
  with_items:  
    - mysql-server-5.6 
    - mysql-client-5.6
    - python-mysqldb 

And increase your virtual machine memory to 1024 mb ram or higher (mysql server 5.6 requires more memory)

@naxhh
Copy link
Contributor

naxhh commented Dec 1, 2015

Good point @nickmartyn!
That should work.

We are open to features and being able to choose mysql version seems a decent one to me.
If you want to try to contribute tell me and I can provide you some guidelines.

@dimasdwika
Copy link
Author

yeah, that would be lovely if we can change from the UI phansible. I would try to fork the repo and do it from there and request PR.

@naxhh
Copy link
Contributor

naxhh commented Dec 2, 2015

nice! anything you need just ask here or on gitter

@debo
Copy link
Member

debo commented Feb 17, 2016

@dimasdwika do you have any update on this or would you like me to have a look?

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

No branches or pull requests

4 participants