Synced export FAQ with export page.

This commit is contained in:
Michal Čihař
2003-08-15 08:01:35 +00:00
parent 3c4f25ef57
commit ac79f7d61d
3 changed files with 405 additions and 384 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2003-08-15 Michal Cihar <nijel@users.sourceforge.net>
* Documentation: Synced export FAQ with export page.
2003-08-14 Michal Cihar <nijel@users.sourceforge.net>
* server_privileges.php3: Fix notice about undefined index (bug #780861).

View File

@@ -3164,8 +3164,11 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
once the INSERT verb and the table name.<br />
&quot;Enclose table and field names with backquotes&quot; ensures that
field and table names formed with special characters are protected.<br />
&quot;Include column comments as inline SQL-comments&quot; includes any
column comments set in the PMA-DB in the dump as SQL comments (<i>/* xxx */</i>).<br /></p>
&quot;Add AUTO_INCREMENT value&quot; ensures, that AUTO_INCREMENT value
(if any) will be included in backup.<br />
&quot;Add into comments&quot; includes column comments, relations and MIME
types set in the PMA-DB in the dump as SQL comments (<i>/* xxx */</i>).<br />
</p>
<h4>
[6.13] I would like to create a database with a dot in its name.

File diff suppressed because it is too large Load Diff