ID: 34988 User updated by: pookey at pookey dot co dot uk Reported By: pookey at pookey dot co dot uk -Status: Feedback +Status: Open Bug Type: PDO related Operating System: * PHP Version: 5.1.0RC3 New Comment:
Yes, but it didn't work. Still got an exception: Can't connect to local MySQL server though socket '' (2) Previous Comments: ------------------------------------------------------------------------ [2005-10-26 10:56:02] [EMAIL PROTECTED] Did you try this? <?php $pdo = new PDO("mysql:dbname=test;unix_socket=/path/to/socket/mysql.sock"); ?> ------------------------------------------------------------------------ [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