Jim McAtee wrote:

Does MySQL automatically listen on all IP addresses bound to the machine on
which it runs?  (MySQL 3.23.xx on Windows 2000).

AFAIK it's one or all.


The default is all.
If you put a bind-address 192.168.0.1 line in your c:\winnt\my.ini mysql would only listen on that specific address.
Mind that some clients connect via 127.0.0.1:3306 which would be deaf with the bound address like above.
You'd need a enable-named-pipes to open a way for local clients.





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



Reply via email to