Hi,
I am trying to connect from one computer that has MySQL installed (client) in another one that also has MySQL (server). Using this command:
C:\mysql\bin>mysql.exe -u root -h server.com -p Enter password: ***** ERROR 2003: Can't connect to MySQL server on 'server.com' (10060)
However I am also using Apache+PHP and it is working withou problem.
Does anyone know what is the problem?
The error means "connection timed out". Possibly a restrictive firewall?
-- Sasha Pachev Create online surveys at http://www.surveyz.com/
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]