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