Loic+Marc changes

This commit is contained in:
Marc Delisle
2001-10-30 18:08:33 +00:00
parent 54e63a9036
commit 705458b5ef

View File

@@ -378,10 +378,10 @@
Please see the <a class="navigation" href="#setup">install section</a> Please see the <a class="navigation" href="#setup">install section</a>
on &quot;Using advanced authentication&quot; for more information. on &quot;Using advanced authentication&quot; for more information.
<br /><br /> <br /><br />
Note that if you try login to phpMyAdmin with this stduser, you Note that if you try login to phpMyAdmin with this &quot;stduser&quot;,
could get some errors, depending the exact privileges you gave to you could get some errors, depending the exact privileges you gave to
the stduser. phpMyAdmin does not support a direct login with the the &quot;stduser&quot;. phpMyAdmin does not support a direct login
stduser. with the &quot;stduser&quot;.
<br /><br /> <br /><br />
</dd> </dd>
@@ -418,7 +418,8 @@
user -see above-). user -see above-).
<br /><br /> <br /><br />
Please see the install section on &quot;Using advanced authentication&quot; for more information. Please see the install section on &quot;Using advanced
authentication &quot; for more information.
<br /><br /> <br /><br />
</dd> </dd>
@@ -436,16 +437,16 @@
<dd> <dd>
If set to a(an array of) database name(s), only this(these) database(s) 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 will be shown to the user. Since phpMyAdmin 2.2.1, this/these
database(s) name(s) may contain(s) MySQL wilcards characters database(s) name(s) may contain MySQL wilcards characters
(&quot;_&quot; &amp; &quot;%&quot;): if you want to really use these (&quot;_&quot; and &quot;%&quot;): if you want to use literal instances
characters, escape them.<br /> of these characters, escape them (ie use <tt>'my\_db'</tt> and not
This setting is an efficient way to lower the server load since the <tt>'my_db'</tt>).<br />
latter does not need a to send requests to MySQL to build the database This setting is an efficient way to lower the server charge since the
list.<br /> latter does not need to send MySQL requests to build the available
<font color="#bb0000">Warning:</font> this setting does not replace the database list. But <font color="#bb0000">it does not replace the
privileges rules of the MySQL database server. If set, it just means privileges rules of the MySQL database server</font>. If set, it just
only these databases will be displayed but <font color="#bb0000">not at means only these databases will be displayed but
all other databases can't be used.</font> <font color="#bb0000">not at all other databases can't be used.</font>
<br /><br /> <br /><br />
</dd> </dd>
@@ -484,15 +485,16 @@
<li> <li>
then complete the two variables then complete the two variables
<tt>$cfgServers[n]['bookmarkdb']</tt> and <tt>$cfgServers[n]['bookmarkdb']</tt> and
<tt>$cfgServers[n]['bookmarktable']</tt> so phpMyAdmin will be <tt>$cfgServers[n]['bookmarktable']</tt> with the database and
able to find the bookmark table. table names you've choosen so phpMyAdmin will be able to find
the bookmarks.
</li> </li>
</ul><br /> </ul><br />
Note that <tt>stduser</tt> must have <tt>SELECT</tt>, <tt>INSERT</tt> Note that <tt>stduser</tt> must have <tt>SELECT</tt>, <tt>INSERT</tt>
and <tt>DELETE</tt> privileges on the bookmark table. and <tt>DELETE</tt> privileges on the bookmark table.
Here is a query to set up those privileges:<br /> Here is a query to set up those privileges:<br />
<tt>GRANT SELECT,INSERT,DELETE ON &lt;bookmarkdb&gt;.&lt;bookmarktable&gt; to 'stduser'@localhost;</tt> <tt>GRANT SELECT,INSERT,DELETE ON &lt;bookmarkdb&gt;.&lt;bookmarktable&gt; to 'stduser'@localhost;</tt>
<br /><br /> <br /><br />
</dd> </dd>
@@ -611,7 +613,7 @@
from edition when browsing a table's content or not. from edition when browsing a table's content or not.
Valid values are:<br /> Valid values are:<br />
- <tt>FALSE</tt> to allow edition of all fields;<br /> - <tt>FALSE</tt> to allow edition of all fields;<br />
- <tt>blob</tt> to allow edition of all fields except <tt>BLOBS</TT>;<br /> - <tt>blob</tt> to allow edition of all fields except <tt>BLOBS</tt>;<br />
- <tt>all</tt> to disallow edition of all <tt>BINARY</tt> or <tt>BLOB</tt> fields. - <tt>all</tt> to disallow edition of all <tt>BINARY</tt> or <tt>BLOB</tt> fields.
<br /><br /> <br /><br />
</dd> </dd>
@@ -1050,6 +1052,18 @@
<a href="http://bugs.php.net/bug.php?id=12061">bug report</a> from the <a href="http://bugs.php.net/bug.php?id=12061">bug report</a> from the
official php bug database. official php bug database.
</p> </p>
<p>
<b>I want to translate the messages to a new language or upgrade an
existing language, where do I start? </b>
<br />
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.
</p>
<p> <p>
<b>I have found a bug. How do I inform developers?</b> <b>I have found a bug. How do I inform developers?</b>