Hei,
> ERROR 1045: Access denied for user: 'root@localhost' (Using
> password: NO)
> I have tried setting the password using:
> mysqladmin -u root password xxx
> where xxx is my new password, but get the same error.
after you set a password for the root user, you should run
mysqladmin like that:
mysqladmin --host=localhost --user=root --password=xxx
Rgds,
Tfr
--==< [EMAIL PROTECTED] >==< http://www.cafe.ee/~tfr/ >==< +372-50-17621 >==--
-----------------------------------------------------------
Send a mail to [EMAIL PROTECTED] with
unsubscribe mysql [EMAIL PROTECTED]
in the body of the message to unsubscribe from this list.