Beautified XHTML code
This commit is contained in:
@@ -19,6 +19,7 @@ $Source$
|
|||||||
* lang/german-*.inc.php3: Updates.
|
* lang/german-*.inc.php3: Updates.
|
||||||
* lang/afrikaans-*.inc.php3: Tidied up a bit.
|
* lang/afrikaans-*.inc.php3: Tidied up a bit.
|
||||||
* Documentation.html, ANNOUNCE.txt: We now have 41 languages, don't we?
|
* Documentation.html, ANNOUNCE.txt: We now have 41 languages, don't we?
|
||||||
|
* Documentation.html: Beautified XHTML code.
|
||||||
|
|
||||||
2002-08-03 Marc Delisle <lem9@users.sourceforge.net>
|
2002-08-03 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* Documentation.html: remove unneeded GRANT
|
* Documentation.html: remove unneeded GRANT
|
||||||
|
@@ -417,8 +417,8 @@
|
|||||||
empty, because the program tries to auto-detect its proper value.
|
empty, because the program tries to auto-detect its proper value.
|
||||||
Additional details are in the configuration file.
|
Additional details are in the configuration file.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
Or, this setting can be dynamically completed. For example, you can
|
Alternatively, this setting can be dynamically completed. For example,
|
||||||
try to use such a kind of code:
|
you can try to use such a kind of code:
|
||||||
<pre>
|
<pre>
|
||||||
$cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
$cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||||
. $_SERVER['HTTP_HOST']
|
. $_SERVER['HTTP_HOST']
|
||||||
@@ -1600,8 +1600,9 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
<b>[1.21] I am running the CGI version of PHP under Unix, and I cannot
|
<b>[1.21] I am running the CGI version of PHP under Unix, and I cannot
|
||||||
login using cookie auth.</b><br />
|
login using cookie auth.</b>
|
||||||
In <i>php.ini</i>, set <tt>mysql.max_links</tt> higher than 1.<br />
|
<br />
|
||||||
|
In <i>php.ini</i>, set <tt>mysql.max_links</tt> higher than 1.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a name="faqconfig"></a>
|
<a name="faqconfig"></a>
|
||||||
@@ -1693,6 +1694,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
in the phpMyAdmin configuration file.
|
in the phpMyAdmin configuration file.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<a name="faqlimitations"></a>
|
<a name="faqlimitations"></a>
|
||||||
<h3>[3. Known limitations]</h3>
|
<h3>[3. Known limitations]</h3>
|
||||||
<a name="login_bug"></a>
|
<a name="login_bug"></a>
|
||||||
@@ -1722,8 +1724,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
<b>[3.3] With InnoDB tables, I lose foreign key relationships when I rename
|
<b>[3.3] With InnoDB tables, I lose foreign key relationships when I rename
|
||||||
or alter a table.</b>
|
or alter a table.</b>
|
||||||
<br />
|
<br />
|
||||||
This seems to be a InnoDB bug (fixed in MySQL 3.23.50?). However, keep
|
This seems to be a InnoDB bug (fixed in MySQL 3.23.50?). However, keep in
|
||||||
in mind that phpMyAdmin as of version 2.3.0 does not support InnoDB.
|
mind that phpMyAdmin as of version 2.3.0 does not support InnoDB.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user