clarification
This commit is contained in:
@@ -2909,18 +2909,16 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
|
|||||||
|
|
||||||
<a name="underscore"></a><br />
|
<a name="underscore"></a><br />
|
||||||
<h4>
|
<h4>
|
||||||
[6.10] My database has an underscore in it's name, and when I grant
|
[6.10] When creating a privilege, what happens with underscores in
|
||||||
privileges to a user for this database, a backslash is added before the
|
the database name?
|
||||||
underscore.
|
|
||||||
</h4>
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
This is normal and means that the grant is done only for this database. If
|
If you do not put a backslash before the underscore, this is a wildcard
|
||||||
there was no backslash, this would be a wildcard grant, and the
|
grant, and the underscore means "any character". So, if the
|
||||||
underscore would mean "any character". So, if the database name
|
database name is "john_db", the user would get rights to john1db,
|
||||||
is "john_db", the user would get rights to john1db, john2db...
|
john2db...<br /><br />
|
||||||
instead of just john_db.<br /><br />
|
If you put a backslash before the underscore, it means that the database
|
||||||
If you really want to grant using a wildcard, there is a dialog box "
|
name will have a real underscore.
|
||||||
Database (wildcards allowed)" for this.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4>
|
<h4>
|
||||||
|
Reference in New Issue
Block a user