: 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
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