From: "Bill Shupp"
> Gary wrote:
>
> > Hi,
> >
> > Also, is it possible to change dbdef.sql file to say:
> >
> > GRANT SELECT,INSERT,UPDATE,DELETE ON relaydelay.* TO
'milter'@'localhost'
> > IDENTIFIED BY 'milter';
> >
> > Because this line from the original dbdef.sql:
> >
> > grant select,insert,update,delete tables on relaydelay.* to
> > milter@"localhost" identified by 'milter';
> >
> > doesn't work on mysql 4 and since mysql 4 is the stable version....
>
> It chokes on the word "tables" or that it is all lower case?
>
> Thanks,
>
> Bill

You are right, it's only choking on the word "tables". I just put the
commands in caps because that's how mysql.com shows them.

Gary


Reply via email to