faq
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-07-14 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* Documentation.html, db_details_exports.php3, tbl_properties_export.php3:
|
||||||
|
add a link to a new faq entry explaining some dump options
|
||||||
|
|
||||||
2002-07-13 Marc Delisle <lem9@users.sourceforge.net>
|
2002-07-13 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/common.lib.php3: bug 580929: do not EXPLAIN if this is
|
* libraries/common.lib.php3: bug 580929: do not EXPLAIN if this is
|
||||||
not a SELECT
|
not a SELECT
|
||||||
|
@@ -2139,9 +2139,11 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
|||||||
<p>
|
<p>
|
||||||
<b>I want to understand some Export options.</b><br />
|
<b>I want to understand some Export options.</b><br />
|
||||||
"Complete inserts" adds the column names on every INSERT command,
|
"Complete inserts" adds the column names on every INSERT command,
|
||||||
for better documentation.<br />
|
for better documentation (but resulting file is bigger).<br />
|
||||||
"Extended inserts" provides a shorter dump file by using only
|
"Extended inserts" provides a shorter dump file by using only
|
||||||
once the INSERT verb and the table name.
|
once the INSERT verb and the table name.<br />
|
||||||
|
"Enclose table and field names with backquotes" ensures that
|
||||||
|
field and table names formed with special characters are protected.<br />
|
||||||
</p>
|
</p>
|
||||||
<a name="faqproject"></a>
|
<a name="faqproject"></a>
|
||||||
<h3>[phpMyAdmin project]</h3>
|
<h3>[phpMyAdmin project]</h3>
|
||||||
|
@@ -162,8 +162,8 @@ if (function_exists('PMA_set_enc_form')) {
|
|||||||
<input type="hidden" name="db" value="<?php echo $db;?>" />
|
<input type="hidden" name="db" value="<?php echo $db;?>" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
echo '<a href="./Documentation.html#faqexport" target="documentation">' . $strDocu . '</a>';
|
||||||
/**
|
/**
|
||||||
* Displays the footer
|
* Displays the footer
|
||||||
*/
|
*/
|
||||||
|
@@ -157,5 +157,7 @@ echo "\n";
|
|||||||
* Displays the footer
|
* Displays the footer
|
||||||
*/
|
*/
|
||||||
echo "\n";
|
echo "\n";
|
||||||
|
echo '<a href="./Documentation.html#faqexport" target="documentation">' . $strDocu . '</a>' . "\n";
|
||||||
|
|
||||||
require('./footer.inc.php3');
|
require('./footer.inc.php3');
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user