LoginSignup
2
2

More than 5 years have passed since last update.

mac port で mysql5.6

Posted at

mysql5.6をインストール

$ sudo port install mysql56

mysql に mysql56を割り当てる。

$ sudo port select --set mysql mysql56

56-serverをインストール

$ sudo port install mysql56-server

初期化

$ sudo -u _mysql /opt/local/lib/mysql56/bin/mysql_install_db

セキュア設定

$ /opt/local/lib/mysql56/bin/mysql_secure_installation
2
2
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
2
2