On Mon, 2001-12-31 at 14:01, Emmanuel van der Meulen wrote:
> Hello Martin,
> 
> [snip]
> > Ok.  Try to explicitly set the host on the command line:
> >
> > eg:  mysqladmin -h 127.0.0.1 -P 2000 .....
> >
> >
> > Note that you should use the ip address of your host or its network
> > name.  Using 'localhost' won't do what you want.
> 
> 
> I include commands of two instances which I cannot shutdown correctly, the
> first instance running shuts down first no matter which shutdown command is
> activited.
> 
[snip]
> Instance2 - shutdown;
> mysqladmin -P 3308 -h 127.0.0.1 --socket=e:/docs/p3308.sock shutdown
> ---------------------------------------
> 
> Can you maybe see something causing the shutdown anomaly?
> 

I have a Linux box hosting 2 MySQL servers on ports 3306 and 3307 
(sockets mysql.sock and mysql1.sock).  I can communicate to each using 
mysqladmin in this way:

mysqladmin -h 127.0.0.1 -P 3307 variables | grep sock
| socket                        | /var/run/mysqld/mysqld1.sock       


mysqladmin -h 127.0.0.1 -P 3306 variables | grep sock
| socket                        | /var/run/mysqld/mysqld.sock           
Maybe you can try removing the --socket option ?

This might be some special problem with the windows version.


> Kind regards
> Emmanuel
> 
> 
> 
> ---------------------------------------------------------------------
> 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