Question

I have win7 OS and VMware v10, and have Debian 6 installed in it. I want to connect to Debian's mysql database.

1) I have set in network connections of the VM option - Bridged.

2) In Debian I can connect to mysql, it works fine.

3) The Ip address of the guest is 192.168.0.103.

When I try to connect from windows, using mysql -h192.168.0.103 -uuser1 -p and then type the password, it says

ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.0.103' (10061)

What I'm doing wrong?

Thanks

Was it helpful?

Solution

I figured it out, the problem was associated with mysql config in debian, here is the solution

https://stackoverflow.com/a/7140877/932473

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top