[EMAIL PROTECTED] wrote:
>
> >Description:
>
> I have installed the binary (not rpm) MySQL 3.22.14 on a Red Hat 5.1 486 .It appears
>to be running - there are three process running when I run 'ps'.
> However, when I try to run mysqladmin, I get:
>
> ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)
>
> I have tried setting the password using:
>
> mysqladmin -u root password xxx
< cut >
Hi
Try:
mysqladmin -u root --password=xxx <whatEverYouWantToDo>
or
mysqladmin -u root -p <whatEverYouWantToDo>
(this one will ask you for the password)
Tschau
Christian
-----------------------------------------------------------
Send a mail to [EMAIL PROTECTED] with
unsubscribe mysql [EMAIL PROTECTED]
in the body of the message to unsubscribe from this list.