Hi,

Ferindo Middleton wrote:
I've installed MySQL5 on a machine running Windows XP.  I'm not an advanced
user so I chose all the default  configuration settings when I went through
the setup wizard for the server instance. The database works fine and I can
access it when I'm sitting at the computer through the command line client
and MySQL Query Browser. However, if I try to access the server instance
from another computer on my LAN via MySQL Query Browser, I get a message
saying the connection is refused.... How do I configure the server to allow
incoming connections from other computers on my network?


Try to configure bind-address to the server's IP address, and ensure skip-networking is not defined.

Baron

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

Reply via email to