From owner-freebsd-questions@FreeBSD.ORG Thu Jun 12 01:19:38 2008 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FCFC1065679 for ; Thu, 12 Jun 2008 01:19:38 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from bulwark.hamla.org (bulwark.hamla.org [69.55.228.210]) by mx1.freebsd.org (Postfix) with ESMTP id E5AD28FC24 for ; Thu, 12 Jun 2008 01:19:37 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (bulwark [69.55.228.210]) by bulwark.hamla.org (Postfix) with ESMTP id 6D40A1CDC2; Wed, 11 Jun 2008 18:19:37 -0700 (PDT) X-Virus-Scanned: by ClamAV at bulwark.hamla.org Received: from bulwark.hamla.org ([69.55.228.210]) by localhost (bulwark.hamla.org [69.55.228.210]) (amavisd-new, port 10024) with LMTP id UoPHvocU6I1Y; Wed, 11 Jun 2008 18:19:34 -0700 (PDT) Date: Wed, 11 Jun 2008 21:19:26 -0400 From: Sahil Tandon To: Gary Kline Message-ID: <20080612011925.GA634@shepherd> Mail-Followup-To: Gary Kline , FreeBSD Mailing List References: <20080612010303.GA81167@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080612010303.GA81167@thought.org> Cc: FreeBSD Mailing List Subject: Re: need mysql help setting passwd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "freebsd-questions@freebsd.org" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2008 01:19:38 -0000 Gary Kline wrote: > the question is: how do I set the root password on mysql? this is a > first step in getting phpbb3 up. i have other CMS tools installed > on aristotle, m jail where my webserver runs. > > this failed: > > > mysqladmin -u root password > mysqladmin: connect to server at 'localhost' failed > error: 'Access denied for user 'root'@'localhost' (using password: NO)' Start here: http://dev.mysql.com/doc/refman/5.1/en/access-denied.html -- Sahil Tandon