Hello,

I have several mysql 3.23 daemons running in a Windows
XP Professional computer. To achieve this, I have run
the following commands:

mysqld-opt --basedir=C:\mysql 
--datadir="C:\mydb\data1"
--port=3020 
--standalone 
--default-table-type=MyISAM 
--tmpdir="C:\mydb\temp1"

mysqld-opt --basedir=C:\mysql 
--datadir="C:\mydb\data2"
--port=3021 
--standalone 
--default-table-type=MyISAM 
--tmpdir="C:\mydb\temp2"

mysqld-opt --basedir=C:\mysql 
--datadir="C:\mydb\data3"
--port=3022 
--standalone 
--default-table-type=MyISAM 
--tmpdir="C:\mydb\temp3"

After running these three commands from three
different ms-dos windows, I have three mysql running
in ports 3020, 3021, and 3022.

Now from another ms-dos windows, I execute:

mysqladmin --port=3022 shutdown

This command should shutdown the mysql running on 3022
but it shutdown 3020 instead. I try again:

mysqladmin --port=3022 shutdown

And 3021 is shutdown instead of 3022. I have concluded
that there is a possible bug which always shutdown in
the order of creation no matter which port you
specify.

I have tried the same thing in the newest version:
4.04 and it does not happen. 4.04 shutdown the port
correctly.

Any thoughts?

Thanks.


__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com

---------------------------------------------------------------------
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