Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54662 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79912 invoked from network); 17 Aug 2011 23:05:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Aug 2011 23:05:38 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:49493] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BE/E3-56760-0494C4E4 for ; Wed, 17 Aug 2011 19:05:37 -0400 Received: from [192.168.2.230] (ppp-93-104-59-4.dynamic.mnet-online.de [93.104.59.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id 94D0777C10; Thu, 18 Aug 2011 01:05:33 +0200 (CEST) To: Reindl Harald Cc: internals@lists.php.net In-Reply-To: <4E4C4729.5040905@thelounge.net> References: <4E4C44AA.3070302@thelounge.net> <4E4C4729.5040905@thelounge.net> Content-Type: text/plain; charset="UTF-8" Date: Thu, 18 Aug 2011 01:05:29 +0200 Message-ID: <1313622329.3951.63.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.2 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Autotests: Access denied for user 'root'@'localhost' (using password: NO) From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Thu, 2011-08-18 at 00:56 +0200, Reindl Harald wrote: > > > well but using root as default is a little bit crazy > using user "test" with empty password is acceptable but root???? "root" without password is the user created by default by mysql's mysql_install_db. So this can be used on quite a few machines. If you want to use another user do it but for the vast majority of people this makes the tests to run out of the box. johannes