mysql2 gemのインストールに失敗する
事象
bundle install
bundle update
gem install mysql2
などでmysql2 gemのインストール時にエラーで失敗する。
解決策
mysql自体がインストールされていない可能性があります。
which mysql
コマンドでmysqlが利用できる状態かを確認しましょう。
無い場合はbrew install mysql
でインストールしましょう。
Author And Source
この問題について(mysql2 gemのインストールに失敗する), 我々は、より多くの情報をここで見つけました https://qiita.com/Sinhalite/items/1d2cde4dcacf5096e697著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .