Installs/Configures MySQL via Opscode Chef
- Ubuntu 14.04+
- Debian 7.0+
L7_mysql_server- Configures mysql instance
-
url: url for mysql binary tgz (default: http://www.percona.com/redir/downloads/Percona-Server-5.5/Percona-Server-5.5.30-30.1/binary/linux/x86_64/Percona-Server-5.5.30-rel30.1-465.Linux.x86_64.tar.gz) It is important to define your own binary source address beacause this might be changed in future releases! -
TODO
L7_mysql_server 'mysql-example' do
port '3306'
event_scheduler 'on'
innodb_file_format 'Barracuda'
log_warnings 1
bind_address '0.0.0.0'
default_instance true
innodb_buffer_pool_populate 1
end- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
- Freely distributable and licensed under the MIT license.
- Copyright (c) 2016 Gabor Szelcsanyi