Jani Taskinen wrote:
> FYI: php.ini has this directive to set mysql.sock path:
>
> mysql.default_socket=/Private/tmp/mysql.sock
>
> ie. you don't set it in configure but in php.ini.
> And the fix committed now only affects the builtin mysql libs.
> If you're using external libs, they should kno
FYI: php.ini has this directive to set mysql.sock path:
mysql.default_socket=/Private/tmp/mysql.sock
ie. you don't set it in configure but in php.ini.
And the fix committed now only affects the builtin mysql libs.
If you're using external libs, they should know about the location.
--Jani
On