mysql - Can't Access AWS RDS Instance after Upgrade -


just upgraded mysql rds instance free-tier db.t2.micro db.r3.large. same storage, same security groups, same user groups/credentials, same vpc, same endpoint name, same everything.

i able access same instance remotely through mysql workbench before upgrade, , according aws endpoint location has not changed.

the error message received:

can't connect mysql server on 'blahblah.rds.amazonaws.com' (10060)

i've tried restarting several times. ensured security group allowed inbound tcp access on port 3306 both 0.0.0.0/0 , ::/0

what else wrong?


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -