「Mac」MAMP の MySQL をコマンドラインで操作する

1.Finderを起動し、「アプリケーション」→「ユーティリティ」にアクセスし、「ターミナル」を起動する
作業ディレクトリを移動する
$ cd /Applications/MAMP/Library/bin/

2.mysqlコマンドを実行する
$ ./mysql -u root -p
Enter password: パスワードを入力する

3.パスを通す
export PATH=$PATH:/Applications/MAMP/Library/bin

設定を反映
$ source .bash_profile

MySQL

Posted by arkgame