Code: Select all
CREATE GROUP people USER bob, fred, tom;Code: Select all
GRANT SELECT ON database.table TO people;I'm about 99% certain mysql doesn't support groups at this stage, but has anyone encountered this problem in the past and willing to share a work-around?