Date: Wed, 26 Nov 2008 14:23:03 +0200 From: =?ISO-8859-1?Q?Ott_K=F6stner?= <OttK@zzz.ee> To: freebsd-questions@freebsd.org Subject: Re: mysqld_multi missing after mysql50-server install Message-ID: <492D3FA7.2030304@zzz.ee> In-Reply-To: <139b44430811260300s2c46cbe9v5866cf108ccf7a01@mail.gmail.com> References: <139b44430811251016l550bc192ue1000c0a09f760a4@mail.gmail.com> <139b44430811260300s2c46cbe9v5866cf108ccf7a01@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------060305000905050308090209 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/ --------------060305000905050308090209--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?492D3FA7.2030304>