[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] MYSQL is giving troubles... please help me



"R. Hamburg (hava.nl)" <user@xxxxxxx> wrote:
> When I run 'mysqladmin flush-hosts' (without the quotes) from the prompt
> (SSH)
> I get the following error:
>
> mysqladmin: connect to server at 'localhost' failed
> error: 'Access denied for user: 'root@localhost' (Using password: NO)'

That's because you have a password setup for the MySQL user 'root' (this is
a good thing), but you didn't supply it.  Be glad that MySQL works this way.
Otherwise anyone would have access to your MySQL databases.

mysqladmin --help

or

mysqladmin flush-hosts -u root -p (then supply password at prompt)

FYI, this isn't a Cobalt specific question.  You'd probably get better,
faster help on the mysql list or from searching the MySQL archives.  After
all, anyone on those lists is there to discuss one thing specifically -
MySQL.

http://www.mysql.com/documentation/lists.html
http://marc.theaimsgroup.com/?l=mysql

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/