At 9:16 -0500 7/26/02, Mike Grover wrote:
>-----Original Message-----
>From: mysql@stripped [mailto:mysql@stripped]
>Sent: Friday, July 26, 2002 9:01 AM
>To: Mike Grover
>Subject: Re: Named Pipes in MySQL
>
>
>Your message cannot be posted because it appears to be either spam or
>simply off topic to our filter. To bypass the filter you must include
>one of the following words in your message:
>
>sql,query
>
>If you just reply to this message, and include the entire text of it in
>the reply, your reply will go through. However, you should first review
>the text of the message to make sure it has something to do with MySQL.
>Just typing the word MySQL once will be sufficient, for example.
>
>You have written the following:
>
>Does anybody know if connecting with named pipes has changed in 4.02?
>
>
>I used to use . For the host name in 4.01 , after I switched to 4.02 I
>get the error "Failed to open named pipe" when I try to connect?
>
>Any Ideas?
As of MySQL 3.23.50, named pipes are off by default (they caused certain
kinds of shutdown problems on some systems). To enable them use an
--enable-named-pipes option or put an enable-named-pipe line in the
[mysqld] group in an option file. I don't know, but would guess that
the same change was made in the 4.0.x series between 4.0.1 and 4.0.2,
from what you're describing.
>
>
> mike