Configure Amazon RDS Database in Workbench

0

Cordial greeting.

I created a database in RDS (Mysql), I did the connection tests, in this case using NodeJS the test was successful, but the database does not have any table, I want to make the connection of the base of data to Workbench to create such tables, I am following the following manual: link

It indicates that I must have a .pem certificate, in the creation of the database it does not indicate where I should download this file.

I appreciate the attention and I hope to have been clear with my doubt.

Jorge Rubiano.

    
asked by Jorge Rubiano 15.09.2016 в 21:05
source

2 answers

0

The certificate is not strictly necessary. What exactly is your problem when creating the database? Most likely, you have connectivity problems with RDS.

Make sure you have port 3306 TCP properly enabled in the security group associated with your RDS instance.

    
answered by 09.01.2017 в 10:08
0

Verify that you have allowed remote connections at the time you created your instance.

It also allows port 3306 to an RDS.

    
answered by 23.10.2018 в 21:07