Using PHPMyAdmin to administer Amazon RDS

后端 未结 9 1046
挽巷
挽巷 2020-12-02 10:02

I can\'t get PHPMyAdmin to connect to my Amazon RDS instance. I\'ve granted permissions for my IP address to the DB Security Group which has access to this database I\'m tr

9条回答
  •  一生所求
    2020-12-02 10:35

    First try this :

    mysql -h xxxxx.xxxxxxx.xx-xx-2.rds.amazonaws.com -u root -p // Your RDS server.

    If it waits and doesn't prompt for the password then you would need to check security group and add 3306 outbound to your Web Tier.

提交回复
热议问题