MAMP の MySQL をコマンドラインで操作する方法を解説します。 まずは、MAMPを起動します。 Finderを起動し、「アプリケーション」→「ユーティリティ」にアクセスし、「ターミナル」を起動します。 MAMPのコマンド群は「/Applications/MAMP/Library/bin/」に格納されているので、「cdコマンド」で作業ディレクトリを移動します。 $ cd /Applications/MAMP/Library/bin/ mysqlコマンドを実行します。 $ ./mysql -u root -p Enter password: ← パスワードを入力します。 Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3 Server version: 5.5.29