From nobody@FreeBSD.org  Fri Sep 10 22:49:33 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 080B3106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Sep 2010 22:49:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id D16638FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Sep 2010 22:49:32 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o8AMnWVa024800
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Sep 2010 22:49:32 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o8AMnWIQ024799;
	Fri, 10 Sep 2010 22:49:32 GMT
	(envelope-from nobody)
Message-Id: <201009102249.o8AMnWIQ024799@www.freebsd.org>
Date: Fri, 10 Sep 2010 22:49:32 GMT
From: dario <darius_69@hotmail.it>
To: freebsd-gnats-submit@FreeBSD.org
Subject: problem with mysql on freebsd 7.2 32 bit
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 10 22:50:01 UTC 2010
>Closed-Date:    Sat Sep 11 08:30:28 UTC 2010
>Last-Modified:  Sat Sep 11 08:30:28 UTC 2010
>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:


>Release-Note:
>Audit-Trail:

From: jhell <jhell@DataIX.net>
To: dario <darius_69@hotmail.it>
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
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Sat Sep 11 08:30:25 UTC 2010 
State-Changed-Why:  
Bluntly said, but the PR is not for these kind of things. You can 
contact questions@FreeBSD.porg to get the help you want, but please do 
not use the PR system for that. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150479 
>Unformatted:
