Dan Brown wrote:
>
> > mysql
> > mysql> grant all on *.* to 'pc-00065' identified by
> 'password';
>
> This won't do what you say, IIRC. What this will do is grant
> all privileges to a _user_ called pc-00065. I think what
> you'd want would be "grant all on *.* to fred@pc-00065
> identified by 'whatever';". Of course, "fred" can be
> anything there.
Actually Dan in this instance you may not realize that UrbanSQL requires the computer to connect, not the user, so pc-00065 is the computer name, as identified directly from UrbanSQL. I could have used pc-00065.netsourced.com to be more precise.
Regards,
Darrell