From owner-freebsd-questions@FreeBSD.ORG Sat Sep 20 07:25:53 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49A5A16A4B3 for ; Sat, 20 Sep 2003 07:25:53 -0700 (PDT) Received: from ezekiel.daleco.biz (cdm-66-92-18.cart.cox-internet.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07DBA43FF2 for ; Sat, 20 Sep 2003 07:25:52 -0700 (PDT) (envelope-from kadmin@ezekiel.daleco.biz) Received: from ezekiel.daleco.biz (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.12.9/8.12.3) with ESMTP id h8KDgDRe094657; Sat, 20 Sep 2003 08:42:13 -0500 (CDT) (envelope-from kadmin@ezekiel.daleco.biz) Received: (from kadmin@localhost) by ezekiel.daleco.biz (8.12.9/8.12.3/Submit) id h8KDgCiw094656; Sat, 20 Sep 2003 08:42:12 -0500 (CDT) Date: Sat, 20 Sep 2003 08:42:12 -0500 From: Kevin Kinsey To: Shawn Guillemette Message-ID: <20030920134212.GA94535@ezekiel.daleco.biz> References: <000801c37f8f$9e557f40$0401a8c0@hsdlaptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000801c37f8f$9e557f40$0401a8c0@hsdlaptop> User-Agent: Mutt/1.4i cc: questions@freebsd.org Subject: Re: error with mysql when doing mysql -u root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2003 14:25:53 -0000 On Sat, Sep 20, 2003 at 08:55:30AM -0700, Shawn Guillemette wrote: > After setting the mysql root user passwd I get this when trying to log in. > > # mysql -u root > ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO) > > Just after the install of mysql I had created a database as a test successfully.. > IIRC, it's: 'mysql -u root -p mypassword' HTH, Kevin Kinsey