Date: Wed, 16 May 2001 15:06:47 -0700 From: "Michael O'Henly" <michael@327.ca> To: freebsd-questions@freebsd.org Cc: James Housley <jim@thehousleys.net> Subject: Re: Problem with MySQL port Message-ID: <01051615064703.00561@h24-69-46-74.gv.shawcable.net> In-Reply-To: <3B02F650.D537094C@thehousleys.net> References: <01051612525900.00561@h24-69-46-74.gv.shawcable.net> <01051614483002.00561@h24-69-46-74.gv.shawcable.net> <3B02F650.D537094C@thehousleys.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?01051615064703.00561>