MySQL Forums
Forum List  »  Newbie

Re: mysql commandline tool --port broken
Posted by: Chris Stubben
Date: March 25, 2005 11:14AM

Bin,

Since you are using a localhost connection via a socket file (and not a network connection), I think the port number is ignored, so yes you can include any character string below.

Try changing the -h option to your domain name and then the port number is used to connect (default is 3306).

Chris


> ------------- snip ---------------
> $ mysql -u xxx -pxxxxxx -h localhost --port=80

Options: ReplyQuote


Subject
Written By
Posted
Re: mysql commandline tool --port broken
March 25, 2005 11:14AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.