2

I'm using MySQL AWS RDS instance with my symfony. On some calls (they are not always the same), the period is not regular, I have an error:

An exception occurred in driver: SQLSTATE [HY000] [2002] Operation now in progress.

I looked for this error but it often indicates a connection problem. I'm sure the connection is ok from the client because we have thousands of calls like that every day but for few calls it shows this error.

Have you had this problem or have any ideas.

Thanks

Deepak Rai
  • 2,163
  • 3
  • 21
  • 36
mzpx
  • 39
  • 1
  • 2
  • We do have the same issue here, AWS RDS MariaDB & Symfony 4.4. Indeed only some calls are failling, usually on the CONNECT instruction. This started 5 days ago for us. Maybe you can add the tag for ASW RDS and Symfony ? – MinDBreaK Jan 22 '21 at 09:06
  • check for 2002 error if it helps https://stackoverflow.com/questions/55954393/aws-rds-and-pdo-dont-work-sqlstatehy000-2002 – ROHIT KHURANA Jan 22 '21 at 12:20
  • This is not helping, this is not the same issue. Here, we do have some connectivity, only some requests are failing. And 2002 is regrouping many connectivity issues unfortunatly – MinDBreaK Jan 26 '21 at 14:25
  • @MinDBreaK did you find a solution to this problem? We are having the same issue currently – ocind Dec 22 '21 at 04:00
  • @ocind Unfortunatly no. The Issue come and go sometimes. We have some peak, and then it disappear for a month or two. – MinDBreaK Dec 22 '21 at 16:19
  • @MinDBreaK I see... regardless thanks for the info! – ocind Dec 22 '21 at 17:01

0 Answers0