List:General Discussion« Previous MessageNext Message »
From:Ralph Graulich Date:February 29 2000 3:32pm
Subject:Different ports, different versions: Solved
View as plain text  
Hi,

I solved the problem I asked about this morning. I found out that I need to
specify only part of the domain as the host paramater. If I specify the
full qualified hostname, it seems like mySQL reverts it back to
"localhost", which fails.

Example (the machines full name is: shauny.ih-graulich.baden-online.de)

mysql --user=root --password --port=3351 --host=shauny

The above does work. However the following two statements don't work:

mysql --user=root --password --port=3351 --host=localhost (tries to use the
wrong socket, as the one compiled into as default, clear)

and

mysql --user=root --password --port=3351
--host=shauny.ih-graulich.baden-online.de

doesn't work either. It connects to the same host as the "localhost"
statement one example above.

So, I know how to get it working, but I am still puzzled, what makes the
full qualified domain not working. (DNS is working correctly).


Regards
... Ralph ...

Mit freundlichen Gruessen
... Ralph Graulich ...


-----------------------------------------------------
reiff medien                       Technologiezentrum
Ralph Graulich
Marlener Str. 9
77656 Offenburg

tel     +49 781 5 04 - 40 03
fax     +49 781 5 04 - 40 99
cel	+49 172 6 47 48 20
email   graulich@stripped
-----------------------------------------------------
        *** PGP public key on request ***
-----------------------------------------------------


Thread
Cannot start mysqld..vishal bansal29 Feb
  • Re: Cannot start mysqld..sasha29 Feb
  • Re: Cannot start mysqld..sinisa29 Feb
    • Different ports, different versions: SolvedRalph Graulich29 Feb
Re: Cannot start mysqld..sasha29 Feb
Re: Cannot start mysqld..vishal bansal4 Mar
  • Re: Cannot start mysqld..sinisa4 Mar