Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

mysql-windows (2) Versions 5.5.4

Provides mysql server for windows

Policyfile
Berkshelf
Knife
cookbook 'mysql-windows', '= 5.5.4', :supermarket
cookbook 'mysql-windows', '= 5.5.4'
knife supermarket install mysql-windows
knife supermarket download mysql-windows
README
Dependencies
Quality 100%

MySQL cookbook

The MySQL cookbook exposes the mysql-windows::default and mysql-windows::uninstall recipes.

Scope

This cookbook is concerned with the "MySQL Community Server".

This cookbook does not try to encompass most of the configuration
option available for MySQL.

Requirements

  • Chef 11 or higher
  • Ruby 1.9 (preferably from the Chef full-stack installer)

Recipes

mysql-windows::default

This recipe installs a Mysql Server and configure the MySQL Instance as a service. Instance
configuration parameters as passed from node attributes.

mysql-windows::uninstall

This recipe removes the MySQL instance service and uninstall the MySQL server.
Assuming that mysql was installed using the same cookbook.

Usage

run_list

Include 'recipe[mysql-windows]' or 'recipe[mysql-windows::uinstall]' in your run_list.

Attributes

password

default['mysql']['server_root_password'] = 'ilikerandompasswords'

port

default['mysql']['port'] = '3306'

Source URL of Mysql Server

default['mysql']['windows']['url'] = 'URL'

default['mysql']['windows']['dir'] = "C:\Mysql"

MySQL Instance Configuration

default['mysql']['windows']['AddBinToPath'] = 'no' # accepted values {yes | no}

default['mysql']['windows']['ServerType'] = 'DEVELOPMENT' # accepted values {DEVELOPMENT | SERVER | DEDICATED}

default['mysql']['windows']['DatabaseType'] = 'MIXED' # accepted values {MIXED | INNODB | MYISAM}

default['mysql']['windows']['ConnectionUsage'] = 'DSS' # accepted values {DSS | OLTP}

default['mysql']['windows']['SkipNetworking'] = 'yes' # accepted values {yes | no}. Specifying yes disables network access altogether

default['mysql']['windows']['StrictMode'] = 'yes' # accepted values {yes | no}

License & Authors

Dependent cookbooks

windows >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

5.5.4 passed this metric