RE: Safe way to allow users to create databases?

2003-02-11 Thread Sherzod Ruzmetov
: Is there a safe way to allow ordinary users, who should : not have MySQL root privileges, to create databases using : any name they choose? It seems to me that I would need to : use "GRANT ALL ON *.* TO user WITH GRANT OPTION". This : would be dangerous because of the othe

Re: Safe way to allow users to create databases?

2003-02-11 Thread Stefan Hinz
Kevin, > Is there a safe way to allow ordinary users, who should not have MySQL root >privileges, to create databases using any name they choose? It seems to me that I >would need to use "GRANT ALL ON *.* TO > user WITH GRANT OPTION". This would be dangerous because of the other user's >databas