Open1

DB

sotasota

MySQL

接続方法、ログアウト

mysql -u ユーザ名 -p

mysql -h エンドポイント -P ポート -u ユーザ名 -p

# ログアウト
quit

クエリ確認

show full processlist\G;