Date: Sun, 20 Jun 2004 15:06:13 -0400 From: Gerard Samuel <fbsd-questions@trini0.org> To: freebsd-questions@freebsd.org Cc: Graham Bentley <gbentley@uk2.net> Subject: Re: MySQL Advice Message-ID: <200406201506.13973.fbsd-questions@trini0.org> In-Reply-To: <3.0.6.32.20040620194842.007b72a0@mail.uk2.net> References: <3.0.6.32.20040620194842.007b72a0@mail.uk2.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 20 June 2004 02:48 pm, Graham Bentley wrote: > freebsd# /usr/local/bin/mysqladmin -u root -h freebsd.mydomain.com password > mypassword > > /usr/local/bin/mysqladmin: connect to server at 'freebsd.mydomain.com' > failed error: 'Host 'freebsd.mydomain.com' is not allowed to connect to > this MySQL server' > > freebsd# /usr/local/bin/mysql --password Im assuming you're talking about the error when trying to connect via mysqladmin. Have you tried taking out the host option like -> /usr/local/bin/mysqladmin -u root password mypassword Just a guess
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406201506.13973.fbsd-questions>