I know it runs on 3306 :)

I can telnet to the host on port 3306.

- Chris

On Sat, 14 Dec 2002, Grant Cooper wrote:

> Mysql works on port 3306 by default.
>
> for example, my mysql server is on 10.10.10.1 so you would use this command
> to test your mysql server.
>
> telnet 10.10.10.1 3306
>
> you will get special garbage or host not allowed if testing a remote server.
> But at least you know your mysql server is open.
>
> You could also try a sockstat -4 if you are on Unix and see if 3306 is open.
>
> ----- Original Message -----
> From: "Chris" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, December 14, 2002 7:43 PM
> Subject: replication hell.
>
>
> > Greetings,
> >
> > I have followed the replication section of the mysql manual, and
> > all went fine except replication will not happen. In my logs I find:
> >
> > 021215  0:33:32  Slave thread: error connecting to master: Can't connect
> > to MySQL server on '192.168.1.9' (22) (22), retry in 60 sec
> >
> > I can telnet to the mysql port on the machine, and its available. I did a
> > perror on "22" and it tells me invalid argument.
> >
> > What's going on??
> >
> > Thanks,
> > - Chris
> >
> >
> >
> > ---------------------------------------------------------------------
> > Before posting, please check:
> >    http://www.mysql.com/manual.php   (the manual)
> >    http://lists.mysql.com/           (the list archive)
> >
> > To request this thread, e-mail <[EMAIL PROTECTED]>
> > To unsubscribe, e-mail
> <[EMAIL PROTECTED]>
> > Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> >
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to