Wolfgang Arendt

Vodafone TeleCommerce GmbH
SW Test & Config. Management
Wolfgang Arendt
Daniel-Goldbach-Str. 17-19
40880 Ratingen

Tel. +49 (0) 21 02 / 97 2492
Fax +49 (0) 21 02 / 97 2453

mailto:[EMAIL PROTECTED]
www.vodafone-telecommerce.de

        > So how do I create /tmp/mysqld.sock???

A socket is created using the 'mknod' command. The command should read
something like this:

mknod /tmp/mysql.sock p

In addition to that you can determine, where the socket should go using the
option --with-unix-socket-path= when configuring mysql for compiling. If you
did this, the socket will be created upon server start.

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