I have several machines and wander from office to office as part of
the job. As I read the MySQL docs, I have two choices for granting
privileges:

grant ... to randy@'%' 
or
grant ... to [EMAIL PROTECTED]

The first form is too vulnerable for the folks around here. The
second
form is too restrictive for me. Will this work?

grant ... to randy@'%.host.name'

In other words, I can be on any machine, as long as it's on our
network. I'd try it myself but two machines are in the garage and I'm
not going anywhere for the next couple of days.

Thanks.

Randy

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to