From 7c7b32885ee5061b49e970404c0512e862e7929f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Thu, 28 Feb 2002 20:15:27 +0000 Subject: [PATCH] Fixed xhtml1.0 errors --- Documentation.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Documentation.html b/Documentation.html index 8294d7e9f..90078bb96 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1250,18 +1250,16 @@ phpMyAdmin's authentication, so remove it. -

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