Hello,
I'm experiencing very strange behavior from ProxySQL.
I've
got application which have to connect to MariaDB but app can't connect
through proxysql as connections are keep killed by proxysql.
If I point app directly to MariaDB server, it works fine without dropped connections.
I also tried to switch on fast_forward and in this case app works fine.
Multiplexing has been switched off and on but without any difference in behavior.
Does any of you gurus experienced such behavior?
ProxySQL ver.: 3.0.1
MariaDB ver.: 10.3.
Below messages are repeating in the logs.
Proxysql.log
2025-07-30
10:29:28 MySQL_Session.cpp:3688:handler___status_NONE_or_default():
[ERROR] Unexpected packet from client <IP> . Session_status: 6 ,
client_status: 0 Disconnecting it
2025-07-30 10:29:33 MySQL_Session.cpp:3688:handler___status_NONE_or_default(): [ERROR] Unexpected packet from client <IP>
. Session_status: 6 , client_status: 0 Disconnecting it
2025-07-30
10:29:33 MySQL_Session.cpp:3688:handler___status_NONE_or_default():
[ERROR] Unexpected packet from client <IP> . Session_status: 10 ,
client_status: 0 Disconnecting it
2025-07-30 10:29:33 MySQL_Session.cpp:269:kill_query_thread(): [WARNING] KILL CONNECTION 55202 on db-server-01:3306
MariaDB.log
2025-07-30
10:31:56 55295 [Warning] Aborted connection 55295 to db: 'dev' user:
'dev' host: 'proxy-01' (Got an error reading communication packets)
2025-07-30 10:31:56 55295 [Warning] Aborted connection 55295 to db: 'dev' user: 'dev' host: 'proxy-01' (CLOSE_CONNECTION)
Thank you in advance.
Best Regards
Lubo