Date: Sat, 31 Aug 2002 12:29:31 +0000 From: Jeff Jeter <gsfgf@softhome.net> To: Rob Ellis <rob@web.ca> Cc: freebsd-questions@freebsd.org Subject: Re: Mysql won't let me in Message-ID: <20020831122931.6c69c42a.gsfgf@softhome.net> In-Reply-To: <20020831160442.GB50932@web.ca> References: <20020831114147.39c550b7.gsfgf@softhome.net> <20020831160442.GB50932@web.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
it worked thx. On Sat, 31 Aug 2002 12:04:42 -0400 Rob Ellis <rob@web.ca> wrote: > try: > > mysqladmin -u root -p create "mini" > > you should get prompted for the password. > > - rob > > On Sat, Aug 31, 2002 at 11:41:47AM +0000, Jeff Jeter wrote: > > I installed mysql, started it with safe_mysqld, and changed the root password w/ mysql admin. mysqladmin -u root password ******** now when i try to create a databas w/ mysql admin it won't accept a pass. > > > > mysqladmin create mini > > mysqladmin: connect to server at 'localhost' failed > > error: 'Access denied for user: ' root@localhost' (Using password:NO)' > > > > mysqladmin create mini -u root --password=[********] > > mysqladmin: connect to server at 'localhost' failed > > error: 'Access denied for user: ' root@localhost' (Using password:NO)' > > > > mysqladmin create mini -u root > > mysqladmin: connect to server at 'localhost' failed > > error: 'Access denied for user: ' root@localhost' (Using password:NO)' > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message 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?20020831122931.6c69c42a.gsfgf>