From: Peter Brawley Date: May 30 2007 12:54pm Subject: Re: Does mysql support groups? List-Archive: http://lists.mysql.com/mysql/207105 Message-Id: <465D7422.9030507@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Chris, >Does Mysql support groups of users? It does not implement groups, but they are relatively easy to implement by linking a usergroups table to mysql.users. PB