Bug #35085 | mysql.sock is missing | ||
---|---|---|---|
Submitted: | 5 Mar 2008 16:38 | Modified: | 5 Mar 2008 17:20 |
Reporter: | Francis Lacroix | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.1.23a | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | console, missing, mysql.sock, windows |
[5 Mar 2008 16:38]
Francis Lacroix
[5 Mar 2008 17:20]
MySQL Verification Team
Thank you for the bug report. Please read: http://dev.mysql.com/doc/refman/5.1-maria/en/windows-testing.html "...host name. Use the --socket option to specify the name of the pipe if you do not want to use the default pipe name." c:\dbs>5.1\bin\mysqld --standalone --console --skip-networking --socket="MySQLSocket" --enable-named-pipe 080305 14:15:57 InnoDB: Started; log sequence number 0 46409 080305 14:15:57 [Note] Event Scheduler: Loaded 0 events 080305 14:15:57 [Note] 5.1\bin\mysqld: ready for connections. Version: '5.1.24-rc-nt-log' socket: '' port: 0 Source distribution c:\dbs>5.0\bin\mysql -uroot -W --socket="MySQL" ERROR 2017 (HY000): Can't open named pipe to host: . pipe: MySQL (2) c:\dbs>5.0\bin\mysql -uroot -W --socket="MySQLSocket" Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 Server version: 5.1.24-rc-nt-log Source distribution Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql>