RE: Broadcast to search available MySQL Server in Network?

2004-01-03 Thread Ugo Bellavance
> -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

Re: Broadcast to search available MySQL Server in Network?

2004-01-03 Thread Manfred Süsens
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

Re: Broadcast to search available MySQL Server in Network?

2004-01-02 Thread robert_rowe
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