Enhance FAQ 2.3 (mysql.sock)

This commit is contained in:
Garvin Hicking
2003-05-02 10:29:30 +00:00
parent 3bbdf341de
commit c7af0e4d34
2 changed files with 30 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ $Source$
2003-05-02 Garvin Hicking <me@supergarv.de>
* css/phpmyadmin.css.php3: Small typo, seems to be
solution of support request #728820
* Documentation.html: Enhance FAQ 2.3 (mysql.sock readable,
thanks to Ryan)
2003-04-30 Marc Delisle <lem9@users.sourceforge.net>
* pdf_schema.php3, bug 729517, better comment output,

View File

@@ -1046,6 +1046,20 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<dd>
Defines whether to use select-based menu and display only the current
tables in the left frame (smaller page).
Only in Non-Lightmode you can use the feature to display nested folders
using $cfg['LeftFrameTableSeparator']
<br /><br />
</dd>
<dt><b>$cfg['LeftFrameTableSeparator']</b> string</dt>
<dd>
Defines a string to be used to nest table spaces. Defaults to '__'. This
means if you have tables like 'first__second__third' this will be
shown as a three-level hierarchie like: first &gt; second &gt; third.
If set to FALSE or empty, the feature is disabled.
NOTE: You shall not use this Separator in a table name at the beginning or
end of a table name, or multiple times after another without any other
characters in between.
<br /><br />
</dd>
@@ -1584,7 +1598,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<li><b>punct</b> Applies to all punctuation sub-classes</li>
<li><b>punct_bracket_open_round</b> Opening brackets<tt>"("</tt></li>
<li><b>punct_bracket_close_round</b> Closing brackets <tt>")"</tt></li>
<li><b>punct_listsep</b> List item seperator <tt>","</tt></li>
<li><b>punct_listsep</b> List item Separator <tt>","</tt></li>
<li><b>punct_qualifier</b> Table/Column Qualifier <tt>"."</tt> </li>
<li><b>punct_queryend</b> End of query marker <tt>";"</tt></li>
<li><b>alpha</b> Applies to all alphabetic classes</li>
@@ -2327,7 +2341,9 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
open the connection. To do this in phpMyAdmin, you need to complete the
socket information in the config.inc.php3.<br />
For example:
<tt>$cfg['Servers'][$i]['socket']&nbsp;=&nbsp;'/tmp/mysql.sock';</tt>
<tt>$cfg['Servers'][$i]['socket']&nbsp;=&nbsp;'/tmp/mysql.sock';</tt><br /><br />
Please also make sure that the permissions of this file allow to be readable
by your webserver (i.e. '0755').
</li>
</ul>
<p>
@@ -2441,6 +2457,16 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
</code>
</p>
<h4>
[3.3] When using nested folders ($cfg['LeftFrameTableSeparator']) there
are some multiple hierarchies displayed in a wrong manner?!
</h4>
<p>
Please note that you should not use the seperating string multiple times
without any characters between them, or at the beginning/end of your table
name. If you have to, think about using another TableSeparator or disabling
that feature
</p>
<a name="faqmultiuser"></a><br />
<h3>[4. ISPs, multi-user installations ]</h3>