ID: 34988
Updated by: [EMAIL PROTECTED]
Reported By: pookey at pookey dot co dot uk
-Status: Open
+Status: Feedback
Bug Type: PDO related
Operating System: *
PHP Version: 5.1.0RC3
New Comment:
Did you try this?
<?php
$pdo = new
PDO("mysql:dbname=test;unix_socket=/path/to/socket/mysql.sock");
?>
Previous Comments:
------------------------------------------------------------------------
[2005-10-26 10:14:30] pookey at pookey dot co dot uk
Description:
------------
This probably shoudln't be filed under this 'type', but
there's not type of PDO as of yet (#pecl.php EFNet advised
this was the place to report PDO bugs these days)
There is no way (at least, no documented way) of
specifying the socket to use to connect to MySQL. I did
notice that unix_socket is used in the C code for the
module, but I couldn't set this via PHP.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=34988&edit=1