At 09:16 26/7/2002 -0500, Mike Grover wrote:
Hi,
<cut>
>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?
Yes, on 4.0.2 the named pipe are disabled by the default. For to enable
it you should use the set enable-named-pipe:
Microsoft Windows 2000 [Vers�o 5.00.2195]
(C) Copyright 1985-1999 Microsoft Corp.
C:\>cd\mysql\bin
C:\mysql\bin>mysqld-max-nt --console --standalone --enable-named-pipe
mysqld-max-nt: ready for connections
C:\mysql\bin>mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 4.0.2-alpha-max-nt
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> show variables like "n%";
+-------------------+-------+
| Variable_name | Value |
+-------------------+-------+
| named_pipe | ON |
| net_buffer_length | 7168 |
| net_read_timeout | 30 |
| net_retry_count | 10 |
| net_write_timeout | 60 |
+-------------------+-------+
5 rows in set (0.00 sec)
Regards,
--
For technical support contracts, visit https//order.mysql.com
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Miguel Angel Sol�rzano <[EMAIL PROTECTED]>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, Fulltime Developer
/_/ /_/\_, /___/\___\_\___/ S�o Paulo - Brazil
<___/ www.mysql.com
---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php