Correct :) Just comment it out, you should able to connection from the socket. Also make sure the inside the database mysql --> user (table ) the host column "%" included in your user. e.g
"%" "alex" "password" "localhost" "alex" "password" this way you will able to connect both internally and externally Good luck! :) Alex p.s. this is a software that I wrote ... maybe not as good as phpwebadmin but it work try it out if you like http://alex.dpcgroup.com/~alex/spy/ wqinian rao wrote: > --- Alex Lau <[EMAIL PROTECTED]> 的正文:> mysql >don't default open the 3306 anymore > > >>you have to go into the /etc/mysql/my.cnf >>comment out >>skip-networking >> >>8007 should be used by tomcat internet port >>it feed to apache jk_mod >>I'm not sure what 8009 is. >>but if you are using portsenter it nmap may >>not look the same... send the nmap to me if you >>like, I can have you look at it... >>also you can try telnet localhost 8009 see you >>get anything open at all... >>Alex >> >>wqinian rao >> >> >> >>>請問我用apt-get install >>> >>> >>mysql*安裝了mysql-client和mysql-server,[EMAIL PROTECTED] >> >> >>>還有8009是什麼端口啊。。。謝謝!!!! >>> >>> > >skip-networking這項沒有被# > >_________________________________________________________ >Do You Yahoo!? >銀行巨頭聚會中原 大浪淘‘金’誰將笑傲 >http://sweepstakes.yahoo.com/bank_surveywave2/ > > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

