1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Sequel ProをMySQL 8で使う

Posted at

MacOSでMySQLのGUIツールと言ったらSequel Proが定番。でもMySQL8には対応していない。クラッシュする。(2019年6月現在)

長らくバージョン変わっていないし、いよいよ他を探さないといけないかなあ。。と思っていたらTest Buildだと対応していたんですね。正式な公開版では無いのでとんでもないバグが潜んでいる可能性もあり。全て自己責任。

MySQLをマックにインストールする場合、homebrewで

brew install mysql

続いて

brew services list

とするだけで、インストールから自動起動の設定までできちゃうので簡単。ただし。これだと最新版のMySQL8が入ってしまいます。MySQL5.7のインストールには簡単な別手順が必要。詳しくはグーグルで。

有償のMacOSでデータベースのGUIツールは、tableplusとか良さそう。開けるタブ・ウインドウ制限付きでたっぷりと無償試用もできる。MySQL以外にも使うデータベースが出てきたら試してみるかも。

tableplusにはMacとは別にiOS版が出ました。iPadでもウエブ開発できる環境がどんどん整ってきている。

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?