Marek,
Wednesday, March 06, 2002, 4:19:28 PM, you wrote:

MW> (Debian 2.4.19, MySQL 3.23.49)

MW> I have problem with starting multiple servers on one machine.

MW> According documentation it is enough to start each another then first
MW> server using ex.:

MW> safe_mysqld --socket=/..path../mysql.socket.x --port=numberx &

You may also add --datadir= ... to separate data directories.

MW> and so on.

"so on" - please, specify.

MW> And this is enough when the server I'm starting is second.

MW> But. When I'm trying to start third one (using the same ex. as above)
MW>  I recive error that mysqld is already active.

Add --pid-file=... to separate pid files for different servers.

MW> I'm so more confused that the script /etc/init.d/mysql.server contains nothing
MW>  more then call:

MW> safe_mysqld &

For sure, there is nothing else needed to add when you run only single
server.

MW> Marek Wysmulek.





-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.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