Wolfram wrote :
>[EMAIL PROTECTED] wrote:
>> Hi,
>> 
>> 
>> using mysql  4.0.22-standard-log.
>> one instance on port 3307
>> one instance on port 3306
>> (each binary in its own independent directory)
>> 
>> unix 'root' account submits following commands and connects to mysql on 
>> default 3306
>> port instead of awaited 3307 port :
>> ~mysqld/bin/mysql  --port=3307 -p
>> 
>> 
>> What am I missing ? 
>> Is that a known bug ? similar to bug#5792 ?
>> 
>> Thanks for your help,
>> 
>> 
>> Andrew
>> 
>Use the -h option for the host, otherwise mysql tries to connect via 
>socket:
>~mysqld/bin/mysql  --port=3307 -p -h 127.0.0.1
>       
>HTH,
>Wolfram

Good, this works.

I had tried a wrong --tcp-ip option for that.
BTW , using -S/tmp/mysql_3307.sock works fine also.

Thanks a lot,

Andrew

-------------------------------------------------------------
NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar...
Web/Wap : www.netcourrier.com
Téléphone/Fax : 08 92 69 00 21 (0,34 € TTC/min)
Minitel: 3615 NETCOURRIER (0,16 € TTC/min)


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to