2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

RDS コマンドメモ

Last updated at Posted at 2016-01-19

RDSのコマンド

  • スレーブの確認
    show slave status\G;
  • Error=1062
    CALL mysql.rds_skip_repl_error;
  • Error=1236
    CALL mysql.rds_next_master_log(logID)
  • KILLコマンド
    CALL mysql.rds_kill(PID);
  • process list
    select * from information_schema.PROCESSLIST;
    show processlist;
  • SQLの結果をファイルに出力 mysql -hHOST_NAME -uUSER -pPASS -e "SQL" | sed -e 's/\t/,/g' > 結果ファイル出力
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?