Not necessary to change my.cnf, unless --skip-networking was specified.
Also assuming that you are using port 3306.

mysql> show variables like 'port';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| port          | 3306  |
+---------------+-------+
1 row in set (0.00 sec)

Can you verify that network traffic is getting from your remote client
to the MySQL server? When you attempt to connect, do you see network
packets coming to port 3306 on the MySQL server machine? 

On Tue, 2005-03-22 at 16:35 -0600, gerardo Villanueva wrote:
> I execute your query  and
> the skip_networking is OFF. 
> the file my.cnf, have to ubicated in C:\my.cnf or is
> not
> necesary??
> 
> 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]

Reply via email to