Voting

: four minus three?
(Example: nine)

The Note You're Voting On

piotrekkr at o2 dot pl
14 years ago
To connect throught unix socket you need to use
<?php
$dsn
= 'mysql:dbname=testdb;unix_socket=/path/to/socket';
?>

You musn't specify host when using socket.

<< Back to user notes page

To Top