From fc421b87f6852014e916bc1edafc96021ceef29e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 7 Mar 2002 18:00:14 +0000 Subject: [PATCH] wildcard db --- Documentation.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Documentation.html b/Documentation.html index fea286e21..dd47257b1 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1265,14 +1265,10 @@

Is it possible to let users create their own databases?
- Yes, but currently (phpMyAdmin 2.2.4) there is no visual way to do this in - our user management page. For example, let's say users should be able to - create databases with a name starting like their username, type this in a - query box: -
-      - GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER - ON `username%`.* TO 'username'@localhost; + Starting with 2.2.5, in the user management page, you can enter a wildcard + database name for a user, and put the privileges you want. For example, + adding SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER would + let a user create/manage his/her database(s).

[Browsers or client OS]