please help
i currently working to setup ProxySQL with 1 master and 2 slave. I have setup mysql_query_rules like this here the image but i tested on mysql client working as expected, insert goes to master and select goes to slave. but when i connect my PHP project to ProxySQL i got error when insert anything.
My OS : Centos 7 PHP : 7.4.23 (Silverstripe 3) maybe there someone who have experience trouble like this, and have solved.