実行結果 MySQLコマンドのインストール
$ sudo yum -y install mysql
実行結果 データベースサーバーへの接続
$ mysqladmin ping -u admin -p -h (データベースのエンドポイント) -p