I cannot connect to the MySQL server from a remote host (with proper
privileges and IP/host or % as host).
I have installed successfully MySQL (version 4.1) on a windows 2000 server
and works fine. I have no problem connecting to MySQL when I run my web page
locally (MySQL host).
Reading through the MySQL manual I found that, a similar problem exists for
Linux installation and the problem can be resolved by commenting the line
bind-address 127.0.0.1 <http://127.0.0.1> in the my.cnf. The problem is that
there is no such line in the windows version of my.cnf.
Any suggestions?
Thanks
TS