http://www.mysql.com/doc/W/i/Windows_vs_Unix.html

Can't open named pipe error 
If you use a MySQL 3.22 version on NT with the newest mysql-clients you will
get the following error: 
error 2017: can't open named pipe to host: . pipe...

This is because the release version of MySQL uses named pipes on NT by
default. You can avoid this error by using the --host=localhost option to
the new MySQL clients or create an option file `C:\my.cnf' that contains the
following information: 
[client]
host = localhost

Starting from 3.23.50, named pipes are only enabled if mysqld is started
with --enable-named-pipe. 


-----Original Message-----
From: Frederic Cormann [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 11, 2002 5:28 AM
To: [EMAIL PROTECTED]
Subject: Connection
Importance: High


I have the following message:

Microsoft OLE DB Provider for ODBC Drivers- Fehler '80004005' 
[TCX][MyODBC]Can't open named pipe to host: 192.168.97.2 pipe: MySQL (5) 
/hopital/Web/De/TMP20w8iuel5u.asp, line 5 

can anybody help me?



---------------------------------------------------------------------
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

---------------------------------------------------------------------
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

Reply via email to