Can't create TCP/IP socket (10106)

Permalänk
Medlem

Can't create TCP/IP socket (10106)

Jag har fått lite problem med med min MySQL server på min Win2k maskin. Jag kan inte ansluta till SQL utan får : Can't create TCP/IP socket (10106).

Var beror detta på?

/Tommy

Permalänk

http://sunsite.mff.cuni.cz/MIRRORS/ftp.mysql.com/doc/en/Can_n...

Citat:

...
Trying to connect to mysql with PHP under windows XP pro.
The solution to this problem was for me to connect
.via named pipe (FIFO)
in the my.ini, I added this:
enable-named-pipe
and renamed localhost:
HOST=.
(just a dot) and not
HOST=localhost
which, if I anderstand well try to find its way via TCP/IP and for some reason doesn't.
I overlooked the installation manual.
Everything works just fine now.
Hope I helped someone.
Yannick Boussemart
...

allas vår vän...
Lycka till!