Cannot connect to MySQL db

0

Hello,

I'm trying to access my new MySQL database using my Linux ubuntu command line prompt and can't guess why i get an error message: -trying to connect with command lines (or workbench client): mysql -h cryptoboss.ciugn9m0bdta.eu-west-1.rds.amazonaws.com -P 3306 -u cryptoboss -p -My db is public as recomended -It's a t3 micro db, the 'free' version -Security group rules are the ones set by default, i haven't authorized my laptop public IP address but default settings look quite permissive. -Am i forced to connect via SSL internet secured connection? It does not seem i need to.

What else should i investigate?

Many thanks

2 Antworten
1

Hello.

What specific error message are you getting?
If a timeout error occurs, please configure the RDS security group inbound rules to allow the EC2 security group.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.RDSSecurityGroups.html

Also, if you have not changed any settings, the SSL option should not be necessary.

profile picture
EXPERTE
beantwortet vor 7 Monaten
0

thank you it works now.

WIthout proper knowledge it's not that intuitive but i've been setting entry rules with ALL trafic > ALL ipv4 > source 0.0.0.0 /0

Now i eventually have access and i can proceed with designing my db.

Took me so long to figure it out ;=)

Kind regards

beantwortet vor 7 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen