From 705458b5ef0e00cf5e27b8928f6c39185a305e15 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 30 Oct 2001 18:08:33 +0000 Subject: [PATCH] Loic+Marc changes --- Documentation.html | 56 +++++++++++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 21 deletions(-) diff --git a/Documentation.html b/Documentation.html index 6ac029c37..d08912699 100755 --- a/Documentation.html +++ b/Documentation.html @@ -378,10 +378,10 @@ Please see the install section on "Using advanced authentication" for more information.

- 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 @@
If set to a(an array of) database name(s), only this(these) database(s) will be shown to the user. Since phpMyAdmin 2.2.1, this/these - database(s) name(s) may contain(s) MySQL wilcards characters - ("_" & "%"): if you want to really use these - characters, escape them.
- 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.

@@ -484,15 +485,16 @@
  • then complete the two variables $cfgServers[n]['bookmarkdb'] and - $cfgServers[n]['bookmarktable'] so phpMyAdmin will be - able to find the bookmark table. + $cfgServers[n]['bookmarktable'] with the database and + table names you've choosen so phpMyAdmin will be able to find + the bookmarks.

  • 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?