https://github.com/dougal/chef-mysql-optimization
Cookbook to optimize MySQL (adding stuff that's not available in the regular mysql cookbook)
https://github.com/dougal/chef-mysql-optimization
Last synced: 6 months ago
JSON representation
Cookbook to optimize MySQL (adding stuff that's not available in the regular mysql cookbook)
- Host: GitHub
- URL: https://github.com/dougal/chef-mysql-optimization
- Owner: dougal
- License: other
- Created: 2013-01-23T20:02:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-24T13:56:39.000Z (over 12 years ago)
- Last Synced: 2025-02-10T12:30:30.219Z (8 months ago)
- Language: Ruby
- Size: 123 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
chef-mysql-optimization
=======================Cookbook to optimize MySQL (adding stuff that's not available in the regular mysql cookbook)
- It runs the corresponding sql queries from mysql_secure_installation.
- It sets up an admin user that can access all databases remotely - only enable this if you understand the security ramifications of this.
- It will automatically configure certain InnoDB-parameters (e.g. the buffer pool) based on the system's total memory.Install it as a git submodule and make sure the directory for the cookbook is called mysql-optimization.
E.g: git submodule add git://github.com/Agiley/chef-mysql-optimization.git cookbooks/mysql-optimization
This cookbook depends on the mysql::server-cookbook.