From owner-freebsd-questions@FreeBSD.ORG Sat Sep 20 07:30:22 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 0C13F16A4B3 for ; Sat, 20 Sep 2003 07:30:22 -0700 (PDT) Received: from bmyster.com (loqtis.bmyster.com [65.162.190.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9497143FE3 for ; Sat, 20 Sep 2003 07:30:20 -0700 (PDT) (envelope-from shawn@guillemette.org) Received: from hsdlaptop (d-216-195-137-242.metrocast.net [216.195.137.242]) by bmyster.com (8.12.9/8.12.9) with SMTP id h8KEYWRt090626; Sat, 20 Sep 2003 10:34:32 -0400 (EDT) Message-ID: <007101c37f9c$cfab1f70$0401a8c0@hsdlaptop> From: "Shawn Guillemette" To: "Kevin Kinsey" References: <000801c37f8f$9e557f40$0401a8c0@hsdlaptop> <20030920134212.GA94535@ezekiel.daleco.biz> Date: Sat, 20 Sep 2003 10:29:56 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 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:30:22 -0000 # mysql -u root -p test Enter password: ERROR 1045: Access denied for user: 'root@localhost' (Using password: YES) thasts what i got when I tried that ----- Original Message ----- From: "Kevin Kinsey" To: "Shawn Guillemette" Cc: Sent: Saturday, September 20, 2003 6:42 AM Subject: Re: error with mysql when doing mysql -u root > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >