Is it possible in MySQL to do a GRANT to a user on a set of tables within a database, e.g. to allow CREATE AND DROP ing of some table names but not others?
Neither o
Nope. You can separate table names with commas but can't use wildcards in a GRANT.