This commit is contained in:
Marc Delisle
2002-07-01 00:11:31 +00:00
parent f69032587f
commit 54d4718c48

View File

@@ -7,8 +7,8 @@
+ Version history: ChangeLog + Version history: ChangeLog
+ General notes: README + General notes: README
+ License: LICENSE + License: LICENSE
* Documentation version: $Id: Documentation.html,v 1.272 2002/06/29 * Documentation version: $Id: Documentation.html,v 1.273 2002/06/29
08:13:01 swix Exp $ 20:32:13 lem9 Exp $
______________________________________________________________________ ______________________________________________________________________
Top - Requirements - Introduction - Installation - Top - Requirements - Introduction - Installation -
@@ -1312,6 +1312,17 @@ FAQ - Frequently Asked Questions
phpMyAdmin is changing the type of one of my columns! phpMyAdmin is changing the type of one of my columns!
No, it's MySQL that is doing silent column type changing. 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] [phpMyAdmin project]
I have found a bug. How do I inform developers? I have found a bug. How do I inform developers?