One other thing to check, make sure --skip-networking isn't specified in your configuration.
mysql> show variables like 'skip_networking'; +-----------------+-------+ | Variable_name | Value | +-----------------+-------+ | skip_networking | OFF | +-----------------+-------+ 1 row in set (0.00 sec) If the value is ON, you won't be allowed to make connections to the server via TCP/IP. On Tue, 2005-03-22 at 15:43 -0600, gerardo Villanueva wrote: > I have mysql version 4.0.15-nt in a server NT, I can > connecting with mysql localy, but when i try remote > connection the error is: > "Error Number 2003 Can't connect to MySQL server on > 'IP' (10060) " . > I use mysql odbc 3.51 > Is necesary the file my.cnf in c:\my.cnf > > Regards > > Gerardo Campos > > _________________________________________________________ > Do You Yahoo!? > InformaciÃn de Estados Unidos y AmÃrica Latina, en Yahoo! Noticias. > VisÃtanos en http://noticias.espanol.yahoo.com > -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]