>  /usr/bin/mysqladmin: refresh failed; error: 'Access denied for user:
> '@localhost' (Using password: NO)'

You can specify all the user & host details that you want to use in the
mysqladmin command. 

mysqladmin -u john --password=mypassword

You will need to make sure that you use a user/host combination that has
access. Granting access is done through adding records into the mysql
database's tables. Depending on which type of access you intend on
granting, you will need to enter records into different tables.

-- 
Herbert Michael Kunzmann
Binary Chaos Magician
http://www.dreamstroke.com

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to