On Monday 22 March 2004 22:43, [EMAIL PROTECTED] wrote:
> >specify how to check the socket, please?
>
> Based on your ps information, the socket will likely be in the
> /usr/local/mysql/data/my.cnf file under the [mysqld] area.  Another way
> to tell if there is a socket open for the server would be to use
>
>       netstat -a | grep 330
>
> Which would show a line similar to this:
>
> tcp        0      0 *:3307                  *:*                     LISTEN

It seems that the correct socket is used. Here is the output:

unix  2      [ ACC ]     STREAM     LISTENING     3303   private/relay
unix  2      [ ACC ]     STREAM     LISTENING     3307   public/showq
unix  3      [ ]         STREAM     CONNECTED     3330   
unix  3      [ ]         STREAM     CONNECTED     3309   
unix  3      [ ]         STREAM     CONNECTED     3306   
unix  3      [ ]         STREAM     CONNECTED     3305   
unix  3      [ ]         STREAM     CONNECTED     3302   
unix  3      [ ]         STREAM     CONNECTED     3301  

Regards Sami


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to