>
> MW> safe_mysqld --socket=/..path../mysql.socket.x --port=numberx &
>
> You may also add --datadir= ... to separate data directories.
>
Don't need to. Servers can work on the same datas.
( Obviously it is comon solution to separate)

> MW> and so on.
>
> "so on" - please, specify.
>
Ups. My english is not too fluent. I've meant that I can start servers using ex.

safe_mysqld --socket=/..path../mysql.socket.1 --port=number1 &
safe_mysqld --socket=/..path../mysql.socket.2 --port=number2 &
...
(in polish I could say "and so on" ;-))))

> MW> safe_mysqld &
>
> For sure, there is nothing else needed to add when you run only single
> server.
>
but I could start two servers this way (literally):
1) safe_mysqld &
2) safe_mysqld --socket=/..path../mysql.socket.1 --port=number1 &

Strange, isn't it ?

Marek Wysmulek.



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