LoginSignup
0
1

More than 5 years have passed since last update.

[OSX Sierra] mysql2 をインストールする

Posted at

ActiveRecordでMySQL上のデータ移行処理を書こうと思ったら環境でハマったしまったので解決した時の流れを。

rbenvruby 2.3.0p0 を使用しています

Gemfile を作成

bundle init

gem 'activerecord'
gem 'mysql2', '0.4.6'

mysql.h がないと言われる

かなりトラブルシューティングが見つかったのですが、いずれも試してダメだった。

  • homebrew で mysql 再インストール
  • bundle config で mysql_config を指定してもエラー

こちらの解決策3で成功。
macOS Sierra で mysql2 の bundle install に失敗する場合 - ハトネコエ Web がくしゅうちょう

xcode-select --install

あとは通常通りでOK。

bundle install

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1