Could it be the firewall? You might want to open the port 3306 for
external access(or both). In my XP, I did this:

Firewall --> Advance--> Network Connection Settings -->Select Local Area
Connection --> Click Setting, then you might want to 'add...', from there
filling your IP, 3306 for both ports.

Hope this will work for you.

Good luck.

X.Chen

> Dear List,
>
> I have mysql server and php apps on the same machine, they worked very
> well.
> The machine's OS is win2k pro
> Mysql 5.0.15
>
> Then I access the db from local network area 192.l68.... And it worked
> fine although I
> have to reset my account privileges..
>
> Then I tried to access it remotely by domain name, it stop working even I
> can ping the
> server with the domain name:
>
> F:\home\elim>mysql -h myDomain.com -u elim -p
> Enter password: ******
> ERROR 2003 (HY000): Can't connect to MySQL server on 'myDomain.com'
> (10061)
>
> Please help me for the general steps of setting this up. Thanks a lot!
>
>
>



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to