You should specify the machine address after @ something like 'localhost' or
specify particular IP / name. I might do this.
grant all on db.bsd
to shadowgrl@localhost
identified by "testing123"
with grant option;
When you connect remotely, you need to specify host name.
NOBBY
- Original Me
Hi,
Try this request:
grant all on db.bsd
to shadowgrl@'%'
identified by "testing123"
with grant option;
Regards,
Sébastien
> -Message d'origine-
> De : Michael Sharp [mailto:[EMAIL PROTECTED]]
> Envoyé : samedi 9 mars 2002 13:08
> À : [EMAIL PROTECTED]
> Objet : adding a user to a dat