Onga inc

subtitle

macへmysqlのインストール

macへmysqlのインストールする手順をまとめました。
dmgファイルを直接インストールする方法です。

dmgをダウンロード
MySQL :: Download MySQL Community Server

コントロールパネルから起動できます。
スクリーンショット 2014-12-26 20.59.06

ターミナルからコマンド起動する為にPATH設定を追加します。
bash設定ファイル~/.bash_profileにPATHを追加します。

`
export PATH=$PATH:/usr/local/mysql/bin
`

mysqlの起動

`
mysql -u root -p
`

rootパスワードの設定

`
mysqladmin -u root password 'パスワード文字列'
`

参考サイト
http://www.yukun.info
http://tukaikta.blog135.fc2.com/

Onga

A designer, developer and entrepreneur. Spends his time travelling the world with a bag of kites. Likes journalism and publishing platforms.

Comments