bug 12486: change truncate to delete in resetting db
authorNicole C. Engard <nengard@gmail.com>
Mon, 25 Aug 2014 11:42:23 +0000 (06:42 -0500)
committerNicole C. Engard <nengard@gmail.com>
Mon, 25 Aug 2014 11:42:58 +0000 (06:42 -0500)
en/manual.xml

index 9f850fe..7aebe23 100644 (file)
@@ -46153,39 +46153,36 @@ Items :
     <para>These notes on how to reset the database for Koha were derived from the following email
       thread: <ulink
         url="http://lists.koha-community.org/pipermail/koha-devel/2009-January/008939.html"
-        >http://lists.koha-community.org/pipermail/koha-devel/2009-January/008939.html</ulink></para>
+        >http://lists.koha-community.org/pipermail/koha-devel/2009-January/008939.html</ulink> and
+        <ulink url="http://lists.katipo.co.nz/public/koha/2014-June/039701.html"
+        >http://lists.katipo.co.nz/public/koha/2014-June/039701.html</ulink>
+    </para>
 
     <para>Resetting the database may be useful if you install Koha with the
     sample data, and then wish to use real data without reinstalling the
     software.</para>
 
-    <section id="truncate">
-      <title>Truncate Tables</title>
-
-      <para>Use your preferred MySQL client to <ulink url="http://dev.mysql.com/doc/refman/5.0/en/truncate.html">truncate</ulink>
-      the following tables:</para>
-
+    <section id="deletetables">
+      <title>Delete Tables</title>
+      <para>Use your preferred MySQL client to <ulink
+          url="http://dev.mysql.com/doc/refman/5.5/en/delete.html">delete</ulink> the following
+        tables:</para>
       <itemizedlist>
         <listitem>
           <para>bibio</para>
         </listitem>
-
         <listitem>
           <para>biblioitems</para>
         </listitem>
-
         <listitem>
           <para>items</para>
         </listitem>
-
         <listitem>
           <para>auth_header</para>
         </listitem>
-
         <listitem>
           <para>sessions</para>
         </listitem>
-
         <listitem>
           <para>zebraqueue</para>
         </listitem>