MySQL connection with pipes (XP)
I need to be able to access MySQL through pipes on Windows/XP. According to the documentation I start the server with:
mysql\bin\mysqld --defaults-file=mysql\bin\my.ini --enable-named-pipe --standalone --console
when I try to connect I use:
mysql\bin\mysql --pipe -u root -p
I get the error message:
ERROR 2017 (HY000): Can't open named pipe to host: . pipe: MySQL(2)
- Read more about MySQL connection with pipes (XP)
- 2 comments
- Log in or register to post comments