This commit is contained in:
Alexander M. Turek
2002-10-15 22:44:23 +00:00
parent 3af24d5e22
commit a56543d04d
2 changed files with 24 additions and 11 deletions

View File

@@ -5,9 +5,12 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2002-10-15 Alexander M. Turek <rabus@users.sourceforge.net>
* Documentation.html: FAQ entry about browser charset settings.
2002-10-15 Marc Delisle <lem9@users.sourceforge.net> 2002-10-15 Marc Delisle <lem9@users.sourceforge.net>
* libraries/auth/cookie.auth.lib.php3: let them use a blank password, * libraries/auth/cookie.auth.lib.php3: let them use a blank password,
thanks to Juliano Ravasi Ferraz (jferraz) thanks to Juliano Ravasi Ferraz (jferraz)
* main.php3: extend the warning about blank root password to all auth modes * main.php3: extend the warning about blank root password to all auth modes
2002-10-14 Alexander M. Turek <rabus@users.sourceforge.net> 2002-10-14 Alexander M. Turek <rabus@users.sourceforge.net>

View File

@@ -230,8 +230,8 @@
<p><b>Quick Install:</b></p> <p><b>Quick Install:</b></p>
<ol> <ol>
<li> Choose and download a distribution kit with the files having the <li> Choose and download a distribution kit with the files having the
extension (<i>.php3</i> or <i>.php</i>) depending on the way your extension (<i>.php3</i> or <i>.php</i>) depending on the way your
web/PHP server interprets those extensions.</li> web/PHP server interprets those extensions.</li>
<li> Untar or unzip the distribution (be sure to unzip the subdirectories): <li> Untar or unzip the distribution (be sure to unzip the subdirectories):
<tt>tar xzvf phpMyAdmin_x.x.x.tar.gz</tt> in your webserver's <tt>tar xzvf phpMyAdmin_x.x.x.tar.gz</tt> in your webserver's
@@ -452,7 +452,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<dt><b>$cfg['PmaNoRelation_DisableWarning']</b> boolean</dt> <dt><b>$cfg['PmaNoRelation_DisableWarning']</b> boolean</dt>
<dd> <dd>
Starting with version 2.3.0 phpMyAdmin offers a lot of features to work Starting with version 2.3.0 phpMyAdmin offers a lot of features to work
with master / foreign - tables (see with master / foreign - tables (see
<a class="navigation" href="#pmadb">$cfg['Servers'][$i]['pmadb']</a>). <a class="navigation" href="#pmadb">$cfg['Servers'][$i]['pmadb']</a>).
<br /> <br />
If you tried to set this up and it does not work for you, have a look on If you tried to set this up and it does not work for you, have a look on
@@ -610,9 +610,9 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
to work with master / foreign - tables. To use those as well as to work with master / foreign - tables. To use those as well as
the bookmark feature you need special tables with a the bookmark feature you need special tables with a
predefined structure, which we explain below.<br /> predefined structure, which we explain below.<br />
If you are the only user of this phpMyAdmin installation, you can If you are the only user of this phpMyAdmin installation, you can
use your current database to store those special tables; in this use your current database to store those special tables; in this
case, just put your current database name in case, just put your current database name in
<tt>$cfg['Servers'][$i]['pmadb']</tt>. <tt>$cfg['Servers'][$i]['pmadb']</tt>.
<br /><br /> <br /><br />
If you are setting up a multi-user phpMyAdmin installation, If you are setting up a multi-user phpMyAdmin installation,
@@ -624,10 +624,10 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
create a new database for phpmyadmin:<br /> create a new database for phpmyadmin:<br />
<tt>&nbsp;&nbsp;CREATE DATABASE phpmyadmin;</tt><br /> <tt>&nbsp;&nbsp;CREATE DATABASE phpmyadmin;</tt><br />
Note that &quot;controluser&quot; must have Note that &quot;controluser&quot; must have
<tt>SELECT, INSERT, UPDATE</tt> and <tt>DELETE</tt> <tt>SELECT, INSERT, UPDATE</tt> and <tt>DELETE</tt>
privileges on this database. Here is a query to set up privileges on this database. Here is a query to set up
those privileges (using &quot;phpmyadmin&quot; those privileges (using &quot;phpmyadmin&quot;
as the database name, and &quot;pma&quot; as the as the database name, and &quot;pma&quot; as the
controluser):<br /> controluser):<br />
<tt> <tt>
&nbsp;&nbsp;GRANT SELECT,INSERT,UPDATE,DELETE ON phpmyadmin.* to 'pma'@'localhost'; &nbsp;&nbsp;GRANT SELECT,INSERT,UPDATE,DELETE ON phpmyadmin.* to 'pma'@'localhost';
@@ -2147,6 +2147,16 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
version, we cannot workaround this bug. version, we cannot workaround this bug.
</p> </p>
<p>
<b>[5.11] Extended-ASCII characters like German umlauts are displayed
wrong.</b>
<br />
Please ensure that you have set your browser's charset to the one of the
language file you have selected on phpMyAdmin's start page.
Alternatively, you can try the auto detection mode that is supported by the
recent versions of the most browsers.
</p>
<a name="faqusing"></a> <a name="faqusing"></a>
<h3>[6. Using phpMyAdmin]</h3> <h3>[6. Using phpMyAdmin]</h3>
<p> <p>