Installing mysql2 gem errors on Apple silicon M1, M2 or M3 Mac running macOS Sonoma.
Make sure mysql-client, openssl and zstd are installed on Mac via Homebrew.
Replace
mysql-clientwith whichever mysql package you are using
| A new study finds that, in 42% of companies, low performers actually report being more engaged – more motivated and more likely to enjoy working at their organization, for example – than middle and high performers do. | |
| - http://blogs.wsj.com/atwork/2013/03/27/bad-at-their-jobs-and-loving-it/ |
| # | |
| # This file should be in .../cookbooks/database/templates/default/database.yml.erb | |
| # | |
| <%= @environment %>: | |
| adapter: <%= @adapter %> | |
| database: <%= @database %> | |
| username: <%= @username %> | |
| password: <%= @password %> | |
| host: <%= @host %> |