re: multiple hosts w/ GRANT

2002-12-06 Thread Egor Egorov
Mike, Thursday, December 05, 2002, 7:11:39 PM, you wrote: MD> I'm wondering if it's possible to specify multiple hosts for a user when MD> setting up permissions, but without using wildcards. MD> For example.. if I have these two GRANT statements: MD> GRANT SELECT on database.* to [EMAIL PROTEC

multiple hosts w/ GRANT

2002-12-05 Thread Mike Dopheide
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 PROTECTE