update
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
+ Version history: ChangeLog
|
||||
+ General notes: README
|
||||
+ License: LICENSE
|
||||
* Documentation version: $Id: Documentation.html,v 1.272 2002/06/29
|
||||
08:13:01 swix Exp $
|
||||
* Documentation version: $Id: Documentation.html,v 1.273 2002/06/29
|
||||
20:32:13 lem9 Exp $
|
||||
______________________________________________________________________
|
||||
|
||||
Top - Requirements - Introduction - Installation -
|
||||
@@ -1312,6 +1312,17 @@ FAQ - Frequently Asked Questions
|
||||
phpMyAdmin is changing the type of one of my columns!
|
||||
No, it's MySQL that is doing silent column type changing.
|
||||
|
||||
My database has an underscore in it's name, and when I grant
|
||||
privileges to a user for this database, a backslash is added before
|
||||
the underscore.
|
||||
This is normal and means that the grant is done only for this
|
||||
database. If there was no backslash, this would be a wildcard grant,
|
||||
and the underscore would mean "any character". So, if the database
|
||||
name is "john_db", the user would get rights to john1db, john2db...
|
||||
instead of just john_db.
|
||||
If you really want to grant using a wildcard, there is a dialog box "
|
||||
Database (wildcards allowed)" for this.
|
||||
|
||||
[phpMyAdmin project]
|
||||
|
||||
I have found a bug. How do I inform developers?
|
||||
|
Reference in New Issue
Block a user