From owner-freebsd-bugs@FreeBSD.ORG Sat Sep 11 07:20:03 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35C5E106566B for ; Sat, 11 Sep 2010 07:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0B5FF8FC16 for ; Sat, 11 Sep 2010 07:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8B7K2gX079166 for ; Sat, 11 Sep 2010 07:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8B7K2Kf079164; Sat, 11 Sep 2010 07:20:02 GMT (envelope-from gnats) Date: Sat, 11 Sep 2010 07:20:02 GMT Message-Id: <201009110720.o8B7K2Kf079164@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: jhell Cc: Subject: Re: misc/150479: problem with mysql on freebsd 7.2 32 bit X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jhell List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2010 07:20:03 -0000 The following reply was made to PR misc/150479; it has been noted by GNATS. From: jhell To: dario Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/150479: problem with mysql on freebsd 7.2 32 bit Date: Sat, 11 Sep 2010 02:47:07 -0400 On 09/10/2010 18:49, dario wrote: >> Number: 150479 >> Category: misc >> Synopsis: problem with mysql on freebsd 7.2 32 bit >> Confidential: no >> Severity: non-critical >> Priority: low >> Responsible: freebsd-bugs >> State: open >> Quarter: >> Keywords: >> Date-Required: >> Class: sw-bug >> Submitter-Id: current-users >> Arrival-Date: Fri Sep 10 22:50:01 UTC 2010 >> Closed-Date: >> Last-Modified: >> Originator: dario >> Release: freebsd 7.2 32 bit >> Organization: > ... >> Environment: >> Description: > When i use the command mysqladmin -u root password 'my password' > i reflected the next error: > mysqladmin: connect to server at 'localhost' failed > error: 'Access denied for user 'root'@'localhost' (using password: NO) ' > How can i resolve this problem ? >> How-To-Repeat: > >> Fix: > From the manual page: -p, --password[=name] Password to use when connecting to server. If password is not given it's asked from the tty. You can also connect by socket: -S, --socket=name The socket file to use for connection. And or specify a hostname: -h, --host=name Connect to host. And your server should be running at the time you issue your command. This is not really FreeBSD or a Ports specific problem and lays in usage of your syntax. Please read the manual. Thanks, -- jhell,v