[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 在woody上安裝了mysql為什麼沒有}3306端口



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 debian-chinese-big5-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: