From owner-freebsd-questions Wed May 16 15: 3:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from h24-69-46-74.gv.shawcable.net (h24-69-46-74.gv.shawcable.net [24.69.46.74]) by hub.freebsd.org (Postfix) with ESMTP id 43C5C37B423 for ; Wed, 16 May 2001 15:03:45 -0700 (PDT) (envelope-from michael@327.ca) Received: from h24-69-46-74.gv.shawcable.net (localhost.gv.shawcable.net [127.0.0.1]) by h24-69-46-74.gv.shawcable.net (8.11.3/8.11.3) with SMTP id f4GM6mY00899; Wed, 16 May 2001 15:06:48 -0700 (PDT) (envelope-from michael@327.ca) Content-Type: text/plain; charset="iso-8859-1" From: "Michael O'Henly" Reply-To: michael@327.ca To: freebsd-questions@freebsd.org Subject: Re: Problem with MySQL port Date: Wed, 16 May 2001 15:06:47 -0700 X-Mailer: KMail [version 1.2] References: <01051612525900.00561@h24-69-46-74.gv.shawcable.net> <01051614483002.00561@h24-69-46-74.gv.shawcable.net> <3B02F650.D537094C@thehousleys.net> In-Reply-To: <3B02F650.D537094C@thehousleys.net> Cc: James Housley MIME-Version: 1.0 Message-Id: <01051615064703.00561@h24-69-46-74.gv.shawcable.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday 16 May 2001 14:51, James Housley wrote: > You need to do 1 of 2 things, to enter a password for the first time you > need to do > mysqladmin -u root password OK, this is what I get: # mysqladmin -u root password mysqladmin: Too few arguments to change password > or if you have a password I don't since I've just built the port on a newly-installed machine. But...THIS WORKED! # mysqladmin -u root password "[password]" Now I can log into mysql with: # mysql -uroot -p[password] Thanks again for steering me in the right direction. M. -- Michael O'Henly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message