mysql
mysql copied to clipboard
Development repository for the mysql cookbook
I got this error when trying to use this cookbook: Chef::Exceptions::Package ------------------------- mysql_server_installation_package[foo] (my-mysql::default line 37) had an error: Chef::Exceptions::Package: apt_package[mysql-community-server] (my-mysql::default line 18) had an error: Chef::Exceptions::Package: No candidate...
## :ghost: Brief Description When setting up MySQL using the `mysql_service` block, there is an option called `initial_root_password`. When setting that to some specific string, I expect to be able...
### :speaking_head: Foreword Thank you for providing this awesome cookbook. ## :ghost: Brief Description When trying to use the mysql_database and mysql_user resources, Chef throws error with "Can't connect to...
### :speaking_head: Foreword Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be...
## :ghost: Brief Description Error: > FATAL: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/run/mysqld/mysqld.sock' ## :pancakes: Cookbook version 10.1.3 ## :woman_cook: Chef-Infra Version 17.2.29 ##...
autoconfiguration hangs on cookbooks/mysql/libraries/mysql_service_base.rb line 91 Cookbook version mysql 10.1.3 Version of chef-client 17.0.242 OS Ubuntu 20.04 Steps to reproduce the behavior: ``` mysql_service 'epc' do initial_root_password node.run_state['root_pass'] bind_address node['rds_epc']['bind_address']...
## :ghost: Brief Description When using the `mysql_service` resource with a different name than `default`, although the Chef converge phase exits successfully, the MySQL service is not able to start....
## :ghost: Brief Description When using `mysql_service 'default' do ... action [:create, :start] ... end`, the service `mysql` is stopped, disabled, enabled and started on every run even if no...
I am using the following resource which has installed and started the required mysql version. Unfortunately, I am getting Access Denied error when I tried to access mysql as a...
There seems to be an openssl incompatibility between chef and the system, which used to be solved by the mysql2_chef_gem cookbook, but that hasn't been updated in a while. Is...