Shubham Kule

Shubham Kule

  • NA
  • 376
  • 15.1k

mySql database not connect

May 17 2019 4:32 AM
i'm working on AWS Lambda function in .Net core 1.0
i trying to connect mySql database but its not connect
 
error : Unable to connect to any of the specified MySQL hosts.
connectionString = "Server = xxxxxxx.rds.amazonaws.com ; Database =aaaa; Port = 3306 ;UserID = xxxxx;Password= xxxxx;" 
  
 
 

Answers (1)