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.43

Provides mysql server for windows

Policyfile
Berkshelf
Knife
cookbook 'mysql-windows', '~> 5.5.43', :supermarket
cookbook 'mysql-windows', '~> 5.5.43'
knife supermarket install mysql-windows
knife supermarket download mysql-windows
README
Dependencies
Quality 17%

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.

Collaborator Number Metric
            

5.5.43 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

5.5.43 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

5.5.43 failed this metric

FC064: Ensure issues_url is set in metadata: mysql-windows/metadata.rb:1
FC065: Ensure source_url is set in metadata: mysql-windows/metadata.rb:1
FC066: Ensure chef_version is set in metadata: mysql-windows/metadata.rb:1
FC068: Ensure license is set in metadata: mysql-windows/metadata.rb:1
FC069: Ensure standardized license defined in metadata: mysql-windows/metadata.rb:1
FC070: Ensure supports metadata defines valid platforms: mysql-windows/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

5.5.43 passed this metric

Testing File Metric
            

5.5.43 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

5.5.43 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number