Hello,
I encountered an issue after changing a table schema. When I attempt to execute a query on the updated table, I receive the following error:
Packets out of order. Expected 1, received 27
From my investigation, this seems to be related to the prepared statement cache in ProxySQL. Restarting the ProxySQL service resolves the issue, but I would like to avoid restarting the service.
Is there a way to flush the prepared statement cache without restarting the ProxySQL service?
Thank you for your assistance.