Today I ran phpinfo and under mysql, I have these values...
MySQL Support: enabled Active Persistent Links: 0 Active Links: 0 Client API version: 3.23.32
Directive Local Value Master Value
mysql.allow_persistent On On mysql.default_host no value no value mysql.default_password no value no value mysql.default_port no value no value mysql.default_socket no value no value mysql.default_user no value no value mysql.max_links Unlimited Unlimited mysql.max_persistent Unlimited Unlimited
My first question is; shouldn't the Client API version show me the 4.x.x of MySQL that I installed?
My second question is why are almost all the other directives have no value?
And might this indicate why it won't run as a service?