Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54659 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75562 invoked from network); 17 Aug 2011 22:55:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2011 22:55:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.42 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.218.42 mail-yi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:47548] helo=mail-yi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/03-56760-6D64C4E4 for ; Wed, 17 Aug 2011 18:55:19 -0400 Received: by yie19 with SMTP id 19so1284155yie.29 for ; Wed, 17 Aug 2011 15:55:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=EQwgCP1CBIoXYMvNVw8B2j5SPZ6hXbxV+pHpU30QgL0=; b=Njx/4ol1B1zlIJdyK2N0lX0HGWi2M+k+PrqomNcqS1EXTgU8ikJeDfRLR6qGc0h/tM d717o0ho5ZAWxJ/v5+931QI2yVom2AsH77V11wMmRzfrJe3/V8ec4FnTBnmgCq7OuO4O P3IaQuMPu4RQkLm/btxKi52w2TzTw1BpM2f38= MIME-Version: 1.0 Received: by 10.236.76.135 with SMTP id b7mr62785yhe.56.1313621715785; Wed, 17 Aug 2011 15:55:15 -0700 (PDT) Received: by 10.147.99.2 with HTTP; Wed, 17 Aug 2011 15:55:15 -0700 (PDT) In-Reply-To: <4E4C44AA.3070302@thelounge.net> References: <4E4C44AA.3070302@thelounge.net> Date: Thu, 18 Aug 2011 00:55:15 +0200 Message-ID: To: Reindl Harald Cc: Mailing-List php Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Autotests: Access denied for user 'root'@'localhost' (using password: NO) From: hannes.magnusson@gmail.com (Hannes Magnusson) On Thu, Aug 18, 2011 at 00:46, Reindl Harald wrote: > Wouldn't it be a good idea to specify here a user/pwd/database for > build-systems without force them open root without password? I guess you've never looked at the tests, fair enough - there should probably be some "to get accurate results do this" README file.... "MYSQL_TEST_HOST" "MYSQL_TEST_PORT" "MYSQL_TEST_USER" "MYSQL_TEST_PASSWD" "MYSQL_TEST_DB" ..... among several other environment variables can be set to test different mysql aspects.. :) -Hannes