Re: Getting django.db.utils.OperationalError: (2005, "Unknown MySQL server host error with AWS

2018-06-15 Thread prateek gupta
Thanks, I will verify. On Friday, June 15, 2018 at 7:55:10 PM UTC+5:30, Andréas Kühne wrote: > > As Jason stated you probably have an issue with security groups. Make sure > that your EC2 instance is in a security group that can access the mysql > server. Otherwise you won't be able to connect.

Re: Getting django.db.utils.OperationalError: (2005, "Unknown MySQL server host error with AWS

2018-06-15 Thread prateek gupta
Thanks Json, I will check this. On Friday, June 15, 2018 at 6:41:42 PM UTC+5:30, Jason wrote: > > have you checked your security settings in the aws console to make sure > the port is open? > > also have you seen https://stackoverflow.com/a/45792248/214892 > -- You received this message

Re: Getting django.db.utils.OperationalError: (2005, "Unknown MySQL server host error with AWS

2018-06-15 Thread Andréas Kühne
As Jason stated you probably have an issue with security groups. Make sure that your EC2 instance is in a security group that can access the mysql server. Otherwise you won't be able to connect. And the error you have is what you get when the security groups aren't correct. See here:

Re: Getting django.db.utils.OperationalError: (2005, "Unknown MySQL server host error with AWS

2018-06-15 Thread Jason
have you checked your security settings in the aws console to make sure the port is open? also have you seen https://stackoverflow.com/a/45792248/214892 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Getting django.db.utils.OperationalError: (2005, "Unknown MySQL server host error with AWS

2018-06-15 Thread prateek gupta
Hi All, I am trying to connect with AWS and when I run the server I get following error- django.db.utils.OperationalError: (2005, "Unknown MySQL server host 'psdbuat.chmnxeoa2hhd.ap-southeast-1.rds.amazonaws.com' (0)") I checked the connection in mysql workbench and details are fine. My