I wonder if the command GRANT could be alered. I mean if I have the following privileges over certain database:
+------------------------------------------------------------------------------------------+
| Grants for [EMAIL PROTECTED] |
+------------------------------------------------------------------------------------------+
| GRANT USAGE ON test.* TO 'olap'@'%' IDENTIFIED BY PASSWORD 'helloworld' |
| GRANT SELECT, INSERT, DELETE ON products.* TO 'olap'@'%' |
+------------------------------------------------------------------------------------------+
And I would like to change the privileges over the database test and then give privileges for the database products.
Is there a way to do that?. I just want to take off the privileges from the database test and give new permission to the database products.
Thnx.
Greetings everyone
_________________________________________________________________ MSN. Más Útil Cada Día http://www.msn.es/intmap/
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]