Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54666 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88824 invoked from network); 18 Aug 2011 00:03:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Aug 2011 00:03:40 -0000 Authentication-Results: pb1.pair.com header.from=lumbendil@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=lumbendil@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.42 as permitted sender) X-PHP-List-Original-Sender: lumbendil@gmail.com X-Host-Fingerprint: 209.85.216.42 mail-qw0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:65362] helo=mail-qw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/95-56760-AD65C4E4 for ; Wed, 17 Aug 2011 20:03:39 -0400 Received: by qwi4 with SMTP id 4so950574qwi.29 for ; Wed, 17 Aug 2011 17:03:36 -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=hAWvNy2ry0WWkGEhzPlvHOtkhcKROUE7+V9/jc7DcDc=; b=GcbmwD3XNNsZRNOksymrMQ9kP9yr5eUZJfnxX4zu3uTJ/u8+ZgVOxHgwOJ4CLhSyTF zi+Ac4ui0r+0QlcrjxLa1Cxe0Acp8SP3m3hjBD/wQCeNfjFeubpn8Q5SPbImSdZuMS5o jehLbiG4E77/muDAz5KS9HSPhA8ZPdOAqa8dk= MIME-Version: 1.0 Received: by 10.224.184.205 with SMTP id cl13mr58021qab.139.1313625815914; Wed, 17 Aug 2011 17:03:35 -0700 (PDT) Received: by 10.229.32.137 with HTTP; Wed, 17 Aug 2011 17:03:35 -0700 (PDT) In-Reply-To: <4E4C533A.5020909@thelounge.net> References: <4E4C44AA.3070302@thelounge.net> <4E4C4729.5040905@thelounge.net> <4E4C4F14.5000306@sugarcrm.com> <4E4C533A.5020909@thelounge.net> Date: Thu, 18 Aug 2011 02:03:35 +0200 Message-ID: To: Reindl Harald Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=20cf302d48be20178704aabc5880 Subject: Re: [PHP-DEV] Autotests: Access denied for user 'root'@'localhost' (using password: NO) From: lumbendil@gmail.com (Roger Llopart Pla) --20cf302d48be20178704aabc5880 Content-Type: text/plain; charset=ISO-8859-1 That use, or, if it's a development machine, leave it as it is since it does it's work just fine. 2011/8/18 Reindl Harald > > > Am 18.08.2011 01:30, schrieb Stas Malyshev: > > Hi! > > > >> well but using root as default is a little bit crazy > >> using user "test" with empty password is acceptable but root???? > >> > > > > It's not _that_ root. For mysql, it's just a default user name. Most > people would run > > it on development machines with mysql configured not to answer to > network, so it's not > > much of a problem > > it IS THAT root of mysql > > please do not believe i think it has anything to do with system-root > i am doing this job now since ten years :-) > > using a build/test-server with mysql-driven pure-ftpd and phpmyadmin > while having horde-webmail also on the test-machine and you are f**ed > with a mysql-root without password > > the only sense for the default-root without pwd in mysql is to > enter "mysql -u root" and set your pwd directly after install > > --20cf302d48be20178704aabc5880--