Giter Site home page Giter Site logo

mysql's Introduction

Description

Installs and configures MySQL client or server.

Requirements

Platform

  • Debian, Ubuntu
  • CentOS, Red Hat, Fedora

Tested on:

  • Debian 5.0
  • Ubuntu 10.04
  • CentOS 5.5

Cookbooks

Requires Opscode's openssl cookbook for secure password generation.

Requires a C compiler and Ruby development package in order to build mysql gem with native extensions. On Debian and Ubuntu systems this is satisfied by installing the "build-essential" and "ruby-dev" packages before running Chef. See USAGE below for information on how to handle this during a Chef run.

Resources and Providers

The LWRP that used to ship as part of this cookbook has been refactored into the database cookbook. Please see the README for details on updated usage.

Attributes

  • mysql['server_root_password'] - Set the server's root password with this, default is a randomly generated password with OpenSSL::Random.random_bytes.
  • mysql['server_repl_password'] - Set the replication user 'repl' password with this, default is a randomly generated password with OpenSSL::Random.random_bytes.
  • mysql['server_debian_password'] - Set the debian-sys-maint user password with this, default is a randomly generated password with OpenSSL::Random.random_bytes.
  • mysql['bind_address'] - Listen address for MySQLd, default is node's ipaddress.
  • mysql['data_dir'] - Location for mysql data directory, default is "/var/lib/mysql"
  • mysql['conf_dir'] - Location for mysql conf directory, default is "/etc/mysql"
  • mysql['ec2_path'] - location of mysql data_dir on EC2 nodes, default "/mnt/mysql"

Performance tuning attributes, each corresponds to the same-named parameter in my.cnf; default values listed

  • mysql['tunable']['key_buffer'] = "250M"
  • mysql['tunable']['max_connections'] = "800"
  • mysql['tunable']['wait_timeout'] = "180"
  • mysql['tunable']['net_write_timeout'] = "30"
  • mysql['tunable']['net_write_timeout'] = "30"
  • mysql['tunable']['back_log'] = "128"
  • mysql['tunable']['table_cache'] = "128"
  • mysql['tunable']['max_heap_table_size'] = "32M"
  • mysql['tunable']['expire_logs_days'] = "10"
  • mysql['tunable']['max_binlog_size'] = "100M"

Usage

On client nodes,

include_recipe "mysql::client"

This will install the MySQL client libraries and development headers on the system. It will also install the Ruby Gem mysql, so that the cookbook's LWRP (above) can be used. This is done during the compile-phase of the Chef run. On platforms that are known to have a native package (currently Debian, Ubuntu, Red hat, Centos, Fedora and SUSE), the package will be installed. Other platforms will use the RubyGem.

This creates a resource object for the package and does the installation before other recipes are parsed. You'll need to have the C compiler and such (ie, build-essential on Ubuntu) before running the recipes, but we already do that when installing Chef :-).

On server nodes,

include_recipe "mysql::server"

On Debian and Ubuntu, this will preseed the mysql-server package with the randomly generated root password from the attributes file. On other platforms, it simply installs the required packages. It will also create an SQL file, /etc/mysql/grants.sql, that will be used to set up grants for the root, repl and debian-sys-maint users.

On EC2 nodes,

include_recipe "mysql::server_ec2"

When the ec2_path doesn't exist we look for a mounted filesystem (eg, EBS) and move the data_dir there.

The client recipe is already included by server and 'default' recipes.

For more infromation on the compile vs execution phase of a Chef run:

Changes/Roadmap

v1.2.2

  • [COOK-826] mysql::server recipe doesn't quote password string
  • [COOK-834] Add 'scientific' and 'amazon' platforms to mysql cookbook

v1.2.1

  • [COOK-644] Mysql client cookbook 'package missing' error message is confusing
  • [COOK-645] RHEL6/CentOS6 - mysql cookbook contains 'skip-federated' directive which is unsupported on MySQL 5.1

v1.2.0

  • [COOK-684] remove mysql_database LWRP

v1.0.8:

  • [COOK-633] ensure "cloud" attribute is available

v1.0.7:

  • [COOK-614] expose all mysql tunable settings in config
  • [COOK-617] bind to private IP if available

v1.0.6:

  • [COOK-605] install mysql-client package on ubuntu/debian

v1.0.5:

  • [COOK-465] allow optional remote root connections to mysql
  • [COOK-455] improve platform version handling
  • externalize conf_dir attribute for easier cross platform support
  • change datadir attribute to data_dir for consistency

v1.0.4:

  • fix regressions on debian platform
  • [COOK-578] wrap root password in quotes
  • [COOK-562] expose all tunables in my.cnf

License and Author

Author:: Joshua Timberman ([email protected]) Author:: AJ Christensen ([email protected]) Author:: Seth Chisamore ([email protected])

Copyright:: 2009-2011 Opscode, Inc

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

mysql's People

Contributors

schisamo avatar adamhjk avatar btm avatar thewoolleyman avatar danielsdeleo avatar stevendanna avatar

Stargazers

 avatar ZeddWorks avatar Kris Cottingham avatar LPrsd avatar Mark Sonnabaum avatar

Watchers

Hedgehog avatar  avatar James Cloos avatar Hao.P avatar  avatar

mysql's Issues

Unable to start/stop/restart mysqld

The server recipe appears to work perfectly when I use it to install MySQL on a Vagrant virtual machine. But I am unable to start, stop, or restart the mysqld process by any of the means I normally use.

All of these commands:

/etc/init.d/mysql restart
service mysql restart
restart mysql

result in this error message:

restart: Unable to connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory

Am I doing something wrong? Please let me know if I can provide more information.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.