From owner-freebsd-questions@FreeBSD.ORG Sat Sep 20 05:55:54 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 C85EB16A4BF for ; Sat, 20 Sep 2003 05:55:54 -0700 (PDT) Received: from bmyster.com (loqtis.bmyster.com [65.162.190.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86B6D43FD7 for ; Sat, 20 Sep 2003 05:55:51 -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 h8KD05Rt090017 for ; Sat, 20 Sep 2003 09:00:05 -0400 (EDT) Message-ID: <000801c37f8f$9e557f40$0401a8c0@hsdlaptop> From: "Shawn Guillemette" To: Date: Sat, 20 Sep 2003 08:55:30 -0700 MIME-Version: 1.0 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 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: 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 12:55:54 -0000 After setting the mysql root user passwd I get this when trying to log = in.=20 # 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..