Question
Need help to troubleshoot mysqlnd_ms setup on PHP72 with php-fpm
I need help in troubleshooting why php-fpm isnt loading the mysqlnd_ms plugin. I am attempting to setup a Ubuntu 18 droplet to RW Master/Slave with DO Managed MySQL.
I have installed dependencies and compiled mysqlndms port based on instruction found here
https://github.com/sergiotabanelli/mysqlndms
I got several errors when running command “make test”, here’s the log
https://pastebin.com/jTGYCf0U
I created the json config file, added these lines to php and then restarted service
extension=mysqlndms.so
mysqlndms.enable=1
mysqlndms.configfile=/etc/mysqlndmsplugin.json
When inspecting phpinfo(), mysqlnmms doesnt appear to be loading and test connections returns the “phpnetwork_getaddresses: getaddrinfo failed” error.
Anyone can point out what I did wrong here?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×