Sami Maisniemi <[EMAIL PROTECTED]> writes:
> >It seems that the correct socket is used. Here is the output:
> >
> >unix  2      [ ACC ]     STREAM     LISTENING     3303   private/relay
> >unix  2      [ ACC ]     STREAM     LISTENING     3307   public/showq
...
>I tried to connect to socket #3307 as follows:
>
>$link = mysql_connect("localhost:3307", "root", "passwd");

Sami,
     Could you verify that you can connect with mysql via

        mysql -h localhost -P 3307

If we have identified the proper host/port you should receive the standard
'mysql> ' prompt.
                   Brad Eacker ([EMAIL PROTECTED])



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to