List:Commits« Previous MessageNext Message »
From:plavin Date:January 30 2007 7:22pm
Subject:svn commit - mysqldoc@docsrva: r4695 - trunk/administrator
View as plain text  
Author: plavin
Date: 2007-01-30 20:22:44 +0100 (Tue, 30 Jan 2007)
New Revision: 4695

Log:
Add note about escaping wild card characters when part of schemata names

Modified:
   trunk/administrator/user-administration.xml


Modified: trunk/administrator/user-administration.xml
===================================================================
--- trunk/administrator/user-administration.xml	2007-01-30 18:36:19 UTC (rev 4694)
+++ trunk/administrator/user-administration.xml	2007-01-30 19:22:44 UTC (rev 4695)
Changed blocks: 2, Lines Added: 7, Lines Deleted: 1; 1219 bytes

@@ -404,7 +404,7 @@
       multiple characters and &lsquo;<literal>_</literal>&rsquo; to replace a
       single character. To use this feature, right click any database name 
       in the schemata list, choose the <guimenu>Add Schema with Wildcards</guimenu>
-      option and enter the pattern you wish to match. Entering 
+      option from the pop-up menu and enter the pattern you wish to match. Entering 
       <literal>m%</literal> for example, will add the entry, 
       <literal>m%</literal> to the schemata list. Highlight this entry 
       and any privileges granted will be granted for all schemata starting 

@@ -415,6 +415,12 @@
       <para>
         This pop-up menu option is only available under Windows.
       </para>
+      
+      <para>
+        If wild card characters appear in schemata names you may escape 
+        them using the &lsquo;<literal>\</literal>&rsquo; character.
+      </para>
+      
     </note>
 
     <para>


Thread
svn commit - mysqldoc@docsrva: r4695 - trunk/administratorplavin30 Jan