help~~~,how to connect [modified]
-
Hello everyone: I want to connect to mysql in a long-range computer that use unix OS,my OS is windows NT When i input the order c:/mysql/bin/mysql -h192.168.11.5 -uruitech -p enter ******(the pw),there is a error happen: ERROR 2003 (HY000):Can't connect to MySQL server on '192.168.11.5'(10060) I was puzzled,the long-range computer has commision others to access its mysql DB.and it's works well. I need help~~~:(( Thanks in advance!!! Henry -- modified at 23:39 Sunday 26th November, 2006
-
Hello everyone: I want to connect to mysql in a long-range computer that use unix OS,my OS is windows NT When i input the order c:/mysql/bin/mysql -h192.168.11.5 -uruitech -p enter ******(the pw),there is a error happen: ERROR 2003 (HY000):Can't connect to MySQL server on '192.168.11.5'(10060) I was puzzled,the long-range computer has commision others to access its mysql DB.and it's works well. I need help~~~:(( Thanks in advance!!! Henry -- modified at 23:39 Sunday 26th November, 2006
I'm not an expert on MySQL, but based on my experience with SQL Server I would suggest finding out what ports MySQL uses to listen for incoming connections and respond to clients. If these ports are being blocked by a firewall on either the client computer or the server, you won't be able to connect. Try turning off any firewalls (temporarily) and see what happens. Scott