Reputation: 89
I have built PHP 8.2.5 from source on Debian 11. I have decided to switch to Percona server from Mysql. Do I need to recompile PHP? Should I install any additional libraries to achieve best performance?
Upvotes: 0
Views: 43
Reputation: 108641
I have decided to switch to Percona server from Mysql. Do I need to recompile PHP?
No.
I've worked with many different variants of MySQL, and I have never once had trouble connecting from php.
If you use MySQL Workbench for schema design, you may need to configure it for Percona, because it adjusts the SQL it emits to match the server.
Upvotes: 2