sorry forget to answer the other question localhost is not using socket call :) it should use the file descriptor /var/run/mysqld/mysqld.sock as a socket. that's why you can connect localy. IPC inter process communication usually get the following media share memory-(thread to thread), file escriptor (process to process) socket (network to network)
Alex wqinian rao 提到: >请问我用apt-get install >mysql*安装了mysql-client和mysql-server,我本地机器能执行mysql客户端进去,但是为什么3306这端口没有开呢。我用nmap扫了一下确实没有开,为什么本地又能登陆进去呢??我以前没有遇到这样的情况,我主要是要用jdbc来连接MYSQL,请问该如何做呢?? >还有8009是什么端口啊。。。谢谢!!!! > >_________________________________________________________ >Do You Yahoo!? >银行巨头聚会中原 大浪淘‘金’谁将笑傲 >http://sweepstakes.yahoo.com/bank_surveywave2/ > > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- | This message was re-posted from [email protected] | and converted from big5 to gb2312 by an automatic gateway. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

