> -Message d'origine-
> De : Manfred Süsens [mailto:[EMAIL PROTECTED]
> Envoyé : Saturday, January 03, 2004 7:58 AM
> À : [EMAIL PROTECTED]
> Objet : Re: Broadcast to search available MySQL Server in Network?
>
>
> Yes, I tried to find the port 3306, but My
Yes, I tried to find the port 3306, but MySQL doesn't answer!
So, has MySQL a functionality to answer automatically? What is the port
number MySQL is listening? What kind of family MySQL use? Do MySQL use UDP
protocol?
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysq
Have you tried this code using:
hostaddr.sin_port :=htons(3306);
I've never done this but the code looks like it is checking the appropriate port on
all machines found. See what happens when you use the MySQL default port.
--
MySQL General Mailing List
For list archives: http://lists.mysql.c