Re: [Hampshire] Which Perl Modules

Top Page

Reply to this message
Author: Steve Wesemeyer
Date:  
To: Hampshire LUG Discussion List
Subject: Re: [Hampshire] Which Perl Modules

>
> In reverse order, yes I do have a password on mysql which I did not before
>
> OK still failing, this is what I am typing
>
> mysql -e -p "GRANT ALL ON msn.* TO tim@localhost IDENTIFIED BY
> 'timssqlpassword'"
>
> Error 1045 (28000) Access denied for user 'tim'@'localhost' (using
> password: NO)
>
> and the error I get is the same as before
>
> I have tried changing the localhost to IP address and the name of the PC
> but still the same.
>
> Am I being really dumb here??
>
> Tim

Hiya,

try

mysql -e -u root -p "GRANT ALL ON msn.* TO tim@localhost IDENTIFIED
BY 'timssqlpassword'"

Cheers.
Steve