1
Answer

mySql database not connect

Shubham Kule

Shubham Kule

5y
847
1
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)