-
-
Notifications
You must be signed in to change notification settings - Fork 690
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
support mysql-client-5.6 on ubuntu #195
Comments
#196 makes implementing this less painful |
I've done an audit of the versions provided for mysql server by platform: debian
fedora
freebsd
omnios
rhel
smartos
ubuntu
|
oh, here's a failing kitchen suite for you: - name: server56-client
run_list:
- recipe[mysql::server]
- recipe[mysql::client]
includes: [
'ubuntu-14.04',
]
attributes:
mysql:
version: '5.6' |
Hi! Thanks for filing this issue... I'm going to track Ubuntu support in issue #208. I promise it'll work in 6.0 =) -s |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I'm attempting to add mysql support to https://github.com/opscode-cookbooks/sqitch, but sqitch requires mysql 5.6.4+.
I'm also trying to use https://github.com/opscode-cookbooks/database, which uses https://github.com/opscode-cookbooks/mysql-chef_gem to configure my connections.
So it would be lovely to have
mysql::client
support 5.6 on ubuntu.The text was updated successfully, but these errors were encountered: