Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 74554 invoked from network); 4 May 2006 23:49:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 May 2006 23:49:26 -0000 Received: (qmail 94569 invoked by uid 500); 4 May 2006 23:49:25 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 94533 invoked by uid 500); 4 May 2006 23:49:25 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 94522 invoked by uid 99); 4 May 2006 23:49:24 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 16:49:24 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [80.229.52.226] (HELO asgard.webthing.com) (80.229.52.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2006 16:49:24 -0700 Received: from asgard (asgard [192.168.10.2]) by asgard.webthing.com (Postfix) with ESMTP id CEC3C6451F for ; Fri, 5 May 2006 00:49:02 +0100 (BST) From: Nick Kew Organization: WebThing Ltd To: dev@apr.apache.org Subject: Re: apr_dbd_mysql.c Date: Fri, 5 May 2006 00:48:58 +0100 User-Agent: KMail/1.8.3 References: <001101c65ffb$0aead530$6500a8c0@escoffice.com> <4238357.post@talk.nabble.com> <20060505090349.j94edfrz5kwwwo08@www.rexursive.com> In-Reply-To: <20060505090349.j94edfrz5kwwwo08@www.rexursive.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605050049.01436.nick@webthing.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Friday 05 May 2006 00:03, Bojan Smojver wrote: > Quoting koszi : > > DBDParams "dbname=vizsga user=root password=xxxx" > > DBDParams param1=value1[,param2=value2 > > Maybe? No, spaces are fine. But it's "pass", not "password" that the MySQL driver recognises. I think that's an outdated mod_dbd - IIRC someone suppressed reporting of the parameter string there so as not to expose passwords in a log. -- Nick Kew