Quantcast
Channel: MySQL Forums - Install & Repo
Viewing all articles
Browse latest Browse all 7239

can connect locally, not remote (no replies)

$
0
0
Just installed current version (Server version: 5.1.53-community MySQL Community Server (GPL)) of mySQL and can connect locally via the sql command line client, but can't connect remotely from a machine at IP 192.168.xx.21 as root. Have tried updating the user table with '%' in host column. No avail. Have also set it with IP of remote machine. Same problem.

mysql> select user, host from user;
+------+---------------+
| user | host |
+------+---------------+
| root | 192.168.xx.21 |
+------+---------------+
1 row in set (0.00 sec)

F:\SugarCRM\mysql>F:\SugarCRM\mysql\bin\mysql.exe -u root -pxxxxx -h xx.10.xx.2

ERROR 2003 (HY000): Can't connect to MySQL server on 'xx.10.xx.2' (10061)

No firewall is installed or running on the remote machine is there some other configuration parameter that would cause this install to refuse remote connections?


C:\Documents and Settings\Administrator>netstat -o -n -a | findstr 0.0:3306
TCP 0.0.0.0:3306 0.0.0.0:0 LISTENING 3056

Any help is appreciated!

Seth

Viewing all articles
Browse latest Browse all 7239

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>