List:Commits« Previous MessageNext Message »
From:paul Date:July 11 2006 6:59pm
Subject:svn commit - mysqldoc@docsrva: r2703 - in trunk: . administrator
View as plain text  
Author: paul
Date: 2006-07-11 18:59:51 +0200 (Tue, 11 Jul 2006)
New Revision: 2703

Log:
 r11290@polar:  paul | 2006-07-11 12:00:12 -0500
 MA dumps are not identical to mysqldump dumps, so MA cannot read
 mysqldump files.


Modified:
   trunk/administrator/administrator.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:11289
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:12084
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:8441
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:11290
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:12084
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:8441


Modified: trunk/administrator/administrator.xml
===================================================================
--- trunk/administrator/administrator.xml	2006-07-11 16:59:40 UTC (rev 2702)
+++ trunk/administrator/administrator.xml	2006-07-11 16:59:51 UTC (rev 2703)
Changed blocks: 1, Lines Added: 8, Lines Deleted: 2; 1114 bytes

@@ -3352,13 +3352,19 @@
 
       <para>
         The <literal>Restore</literal> section helps with disaster
-        recover by allowing you to restore backup files created with
-        <literal>mysqldump</literal> or with the
+        recover by allowing you to restore backup files created with the
         <literal>Backup</literal> section of &administrator;. See
         <xref linkend="mysql-administrator-backup" /> for more
         information on creating backups with &administrator;.
       </para>
 
+      <para>
+        The backup files created by &administrator; are similar but not
+        identical to those created by <command>mysqldump</command>. A
+        consequence of the differences is that &administrator; cannot
+        read dump files created by <command>mysqldump</command>.
+      </para>
+
     </section>
 
 <!-- END INTRODUCTION -->


Thread
svn commit - mysqldoc@docsrva: r2703 - in trunk: . administratorpaul11 Jul