LoginSignup
3
3

More than 3 years have passed since last update.

RDSのテーブル確認方法

Posted at

手順

  • EC2インスタンスにSSHで入る。
$ ssh -i [鍵ファイルへのパス] ec2-user@[EC2のパブリックIP]
  • AWSのRDSから、対象のDBインスタンスのエンドポイント・使用ポートを確認。

  • MYSQLに接続。(MYSQLの場合)

[ec2-user@ip... ~]$ mysql -h [エンドポイント] -P [ポート番号] -u [ユーザ名] -p
3
3
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
3
3