faq
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$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>
|
||||
* libraries/common.lib.php3: bug 580929: do not EXPLAIN if this is
|
||||
not a SELECT
|
||||
|
@@ -2139,9 +2139,11 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
|
||||
<p>
|
||||
<b>I want to understand some Export options.</b><br />
|
||||
"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
|
||||
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>
|
||||
<a name="faqproject"></a>
|
||||
<h3>[phpMyAdmin project]</h3>
|
||||
|
@@ -162,8 +162,8 @@ if (function_exists('PMA_set_enc_form')) {
|
||||
<input type="hidden" name="db" value="<?php echo $db;?>" />
|
||||
</form>
|
||||
|
||||
|
||||
<?php
|
||||
echo '<a href="./Documentation.html#faqexport" target="documentation">' . $strDocu . '</a>';
|
||||
/**
|
||||
* Displays the footer
|
||||
*/
|
||||
|
@@ -157,5 +157,7 @@ echo "\n";
|
||||
* Displays the footer
|
||||
*/
|
||||
echo "\n";
|
||||
echo '<a href="./Documentation.html#faqexport" target="documentation">' . $strDocu . '</a>' . "\n";
|
||||
|
||||
require('./footer.inc.php3');
|
||||
?>
|
||||
|
Reference in New Issue
Block a user