sub-faq menu
This commit is contained in:
@@ -969,7 +969,16 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
|
|||||||
<hr noshade="noshade" width="100%" />
|
<hr noshade="noshade" width="100%" />
|
||||||
|
|
||||||
<h2>FAQ - Frequently Asked Questions</h2>
|
<h2>FAQ - Frequently Asked Questions</h2>
|
||||||
|
<a class="navigation" href="#faqserver">Server</a> -
|
||||||
|
<a class="navigation" href="#faqconfig">Configuration</a> -
|
||||||
|
<a class="navigation" href="#faqlimitations">Limitations</a> -
|
||||||
|
<a class="navigation" href="#faqmultiuser">Multi-user</a> -
|
||||||
|
<a class="navigation" href="#faqbrowsers">Browsers</a> -
|
||||||
|
<a class="navigation" href="#faqusing">Usage tips</a> -
|
||||||
|
<a class="navigation" href="#faqproject">Project</a>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="faqserver"></a>
|
||||||
<h3>[Server]</h3>
|
<h3>[Server]</h3>
|
||||||
<p>
|
<p>
|
||||||
<b>I'm running php 4+ and my server is crashing each time a specific action
|
<b>I'm running php 4+ and my server is crashing each time a specific action
|
||||||
@@ -1173,6 +1182,7 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="faqconfig"></a>
|
||||||
<h3>[Configuration]</h3>
|
<h3>[Configuration]</h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@@ -1261,6 +1271,7 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
|
|||||||
the phpMyAdmin configuration file.
|
the phpMyAdmin configuration file.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<a name="faqlimitations"></a>
|
||||||
<h3>[Known limitations]</h3>
|
<h3>[Known limitations]</h3>
|
||||||
<a name="login_bug"></a>
|
<a name="login_bug"></a>
|
||||||
<p>
|
<p>
|
||||||
@@ -1285,6 +1296,7 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
|
|||||||
is limited by the system administrator, and time limit is enforced.
|
is limited by the system administrator, and time limit is enforced.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<a name="faqmultiuser"></a>
|
||||||
<h3>[ISPs, multi-user installations ]</h3>
|
<h3>[ISPs, multi-user installations ]</h3>
|
||||||
<p>
|
<p>
|
||||||
<b>I'm an ISP. Can I setup one central copy of phpMyAdmin or do I need to
|
<b>I'm an ISP. Can I setup one central copy of phpMyAdmin or do I need to
|
||||||
@@ -1364,6 +1376,7 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
|
|||||||
would let a user create/manage his/her database(s).
|
would let a user create/manage his/her database(s).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<a name="faqbrowsers"></a>
|
||||||
<h3>[Browsers or client OS]</h3>
|
<h3>[Browsers or client OS]</h3>
|
||||||
<p>
|
<p>
|
||||||
<b>I get an out of memory error, and my controls are non-functional, when
|
<b>I get an out of memory error, and my controls are non-functional, when
|
||||||
@@ -1444,6 +1457,7 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="faqusing"></a>
|
||||||
<h3>[Using phpMyAdmin]</h3>
|
<h3>[Using phpMyAdmin]</h3>
|
||||||
<p>
|
<p>
|
||||||
<b>I can't insert new rows into a table - MySQL brings up a SQL-error.</b>
|
<b>I can't insert new rows into a table - MySQL brings up a SQL-error.</b>
|
||||||
@@ -1495,6 +1509,7 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://'
|
|||||||
this document.
|
this document.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<a name="faqproject"></a>
|
||||||
<h3>[phpMyAdmin project]</h3>
|
<h3>[phpMyAdmin project]</h3>
|
||||||
<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>
|
||||||
|
Reference in New Issue
Block a user