From 705458b5ef0e00cf5e27b8928f6c39185a305e15 Mon Sep 17 00:00:00 2001
From: Marc Delisle
- Note that if you try login to phpMyAdmin with this stduser, you
- could get some errors, depending the exact privileges you gave to
- the stduser. phpMyAdmin does not support a direct login with the
- stduser.
+ Note that if you try login to phpMyAdmin with this "stduser",
+ you could get some errors, depending the exact privileges you gave to
+ the "stduser". phpMyAdmin does not support a direct login
+ with the "stduser".
@@ -418,7 +418,8 @@
user -see above-).
- Please see the install section on "Using advanced authentication" for more information.
+ Please see the install section on "Using advanced
+ authentication " for more information.
@@ -436,16 +437,16 @@
- This setting is an efficient way to lower the server load since the
- latter does not need a to send requests to MySQL to build the database
- list.
- Warning: this setting does not replace the
- privileges rules of the MySQL database server. If set, it just means
- only these databases will be displayed but not at
- all other databases can't be used.
+ database(s) name(s) may contain MySQL wilcards characters
+ ("_" and "%"): if you want to use literal instances
+ of these characters, escape them (ie use 'my\_db' and not
+ 'my_db').
+ This setting is an efficient way to lower the server charge since the
+ latter does not need to send MySQL requests to build the available
+ database list. But it does not replace the
+ privileges rules of the MySQL database server. If set, it just
+ means only these databases will be displayed but
+ not at all other databases can't be used.
Note that stduser must have SELECT, INSERT
- and DELETE privileges on the bookmark table.
- Here is a query to set up those privileges:
- GRANT SELECT,INSERT,DELETE ON <bookmarkdb>.<bookmarktable> to 'stduser'@localhost;
+ and DELETE privileges on the bookmark table.
+ Here is a query to set up those privileges:
+ GRANT SELECT,INSERT,DELETE ON <bookmarkdb>.<bookmarktable> to 'stduser'@localhost;
@@ -611,7 +613,7 @@
from edition when browsing a table's content or not.
Valid values are:
- FALSE to allow edition of all fields;
- - blob to allow edition of all fields except BLOBS;
+ - blob to allow edition of all fields except BLOBS;
- all to disallow edition of all BINARY or BLOB fields.
@@ -1050,6 +1052,18 @@
bug report from the
official php bug database.
+ I want to translate the messages to a new language or upgrade an
+ existing language, where do I start?
+
+ Always use the current cvs version of your language file.
+ For a new language, start from english.inc.php3. If you don't know
+ how to get the cvs version, please ask one of the developers. It would be
+ a good idea to subscribe to the phpmyadmin-translators discussion list,
+ because this is where we ask for translations of new messages. You can
+ then send your translations to the sourceforge.net translation tracker.
+
I have found a bug. How do I inform developers?