direct responses please.

Hi.. I'm having some problems using mysql on a linux/debian box

when I start mysql I can connect to it via sockets using

> mysql -h localhost -u xxx -p

but if I try to connect via TCP/IP using

> mysql -h mymachine -u xxx -p

all I get is 'ERROR 2003: Can't connect to MySQL server on 'ns2' (111)'

if I try to 

> telnet mymachine 3306 

I don't get anything
trying 

> netstat -l 

doesn't show any process listening to 3306 and I mysql is not started
with --ignore-networking

what should I do ?

-- 
Leandro Rodrigo Saad Cruz
IT - Inter Business Tecnologia e Servicos (IB)
http://www.ibnetwork.com.br


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