Hi, i have a problem with laravel and ProxySQL latest version. I saw that ProxySQL has support for prepared statements and it has a table that shows all the queries but when i add a rule to ProxySQL the laravel's queries not cached. I have tested many things to solve it without luck and the only way than i found is to enable the "PDO::ATTR_EMULATE_PREPARES" in laravel. Does anyone know if there is a solution without to enable "PDO::ATTR_EMULATE_PREPARES". If i enable "PDO::ATTR_EMULATE_PREPARES" is there any chance to have problems? I have tested with "PDO::ATTR_EMULATE_PREPARES" enabled i dont have problems but i haven't tested all the application. Thanks.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community