Re: Can you create user groups with MySQL?
Posted by: Federico Razzoli
Date: February 18, 2005 03:28PM

Groups are not supported. My suggestion is to give a prefix or a suffix to the usernames, so you can edit them by using a WHERE clause:

USE mysql
UPDATE user SET ... WHERE user.user LIKE 'EXT%'

Options: ReplyQuote


Subject
Written By
Posted
D R
February 18, 2005 10:51AM
Re: Can you create user groups with MySQL?
February 18, 2005 03:28PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.