
12 Feb
2002
12 Feb
'02
10:22 a.m.
"Olivier M." a écrit :
On Tue, Feb 12, 2002 at 10:37:13AM -0500, Marc Delisle wrote:
I don't see the complexity here: it's just a CREATE DATABASE and a GRANT, with some validation on the db name.
And the new feature would enable users to create their own databases, a thing that your scripts can't do.
hopefully :-) otherwise it could become quite difficult with quotas stuff, etc...
Olivier, how can you implement user quotas in MySQL? I tried but the dbs are owned by the user under which the server runs. Marc