Re: [gentoo-user] mysql use flag witout server, using only client libaries

2010-07-31 Thread kashani
On 7/31/2010 1:58 AM, Stroller wrote: On 29 Jul 2010, at 21:37, Tomas Krasnican wrote: ... But, when is the mysql in the depend part of rc script (for example, when you emerge syslog-ng with mysql enabled flag, that will be puted here automaticly), the running localy database is required for st

Re: [gentoo-user] mysql use flag witout server, using only client libaries

2010-07-31 Thread Stroller
On 29 Jul 2010, at 21:37, Tomas Krasnican wrote: ... But, when is the mysql in the depend part of rc script (for example, when you emerge syslog-ng with mysql enabled flag, that will be puted here automaticly), the running localy database is required for start this service. It is not requir

Re: [gentoo-user] mysql use flag witout server, using only client libaries

2010-07-29 Thread Tomas Krasnican
Neil Bothwick wrote: > Set the minimal USE flag for mysql, do not set it globally. > dev-db/mysql:minimal - Install client programs only, no server Thanks you! This is what I looking for.. Peter Humphrey wrote: > As Alan said, installing the server doesn't cost a lot, especially > compared with

Re: [gentoo-user] mysql use flag witout server, using only client libaries

2010-07-29 Thread Peter Humphrey
On Thursday 29 July 2010 18:54:54 Neil Bothwick wrote: > Set the minimal USE flag for mysql, do not set it globally. > > dev-db/mysql:minimal - Install client programs only, no server Eek! I wish I'd seen this before my other post. -- Rgds Peter. Linux Counter 5290, 1994-04-23.

Re: [gentoo-user] mysql use flag witout server, using only client libaries

2010-07-29 Thread Peter Humphrey
On Thursday 29 July 2010 17:19:09 Tomas Krasnican wrote: > I haven't see any reason to run mysql server localy, when all of > applications are using external box as the database server. So, I > looking for the another solution of this "problem". As Alan said, installing the server doesn't cost a

Re: [gentoo-user] mysql use flag witout server, using only client libaries

2010-07-29 Thread Neil Bothwick
On Thu, 29 Jul 2010 16:54:45 +0200, Tomas Krasnican wrote: > I want to emerge that without mysql database server, using mysql client > libraries only. How can I define that? Set the minimal USE flag for mysql, do not set it globally. dev-db/mysql:minimal - Install client programs only, no server

Re: [gentoo-user] mysql use flag witout server, using only client libaries

2010-07-29 Thread Tomas Krasnican
Alan McKinnon wrote: > On Thursday 29 July 2010 16:54:45 Tomas Krasnican wrote: >> Hi list, >> >> I'm sorry for my bad english.. >> >> I would like to emerge some packages using mysql use flag (and mysql flag >> features, for example. php, dovecot, postfix, ...), but without mysql >> database serve

Re: [gentoo-user] mysql use flag witout server, using only client libaries

2010-07-29 Thread Alan McKinnon
On Thursday 29 July 2010 16:54:45 Tomas Krasnican wrote: > Hi list, > > I'm sorry for my bad english.. > > I would like to emerge some packages using mysql use flag (and mysql flag > features, for example. php, dovecot, postfix, ...), but without mysql > database server (applications will connect

[gentoo-user] mysql use flag witout server, using only client libaries

2010-07-29 Thread Tomas Krasnican
Hi list, I'm sorry for my bad english.. I would like to emerge some packages using mysql use flag (and mysql flag features, for example. php, dovecot, postfix, ...), but without mysql database server (applications will connecting to the mysql database on the another (remote) server). Problem