Valentin Bud wrote:

 And of course if there are other possibilities to run 2 mysqld
instances on one server
please let me know.

There is no limit, how many instances of mysqld you can run. Just
specify different database directories and sockets for each instance.
Something like that:

$ mysqld --datadir=<your sql instance dada dir> --socket=/tmp/<your
socket> ...

There is no need to run mysqld as root (and better not do that). Just
any regular user is OK for mysqld.


Greetings,
O.K.


--
Testi oma Interneti kiirust / Test Your Internet speed:
http://speedtest.zzz.ee/



_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to