I'm wondering if it's possible to specify multiple hosts for a user when 
setting up permissions, but without using wildcards.

For example.. if I have these two GRANT statements:

GRANT SELECT on database.* to [EMAIL PROTECTED] identified by 'passwd';
GRANT SELECT on database.* to [EMAIL PROTECTED] identified by 'passwd';

Is it possible to combine them in some fashion such that there would be 
one entry in the mysql.user table with multiple hosts?

-Mike


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to