Skip to content

Commit

Permalink
pass in engine name to the dbimport command
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jun 29, 2012
1 parent 9c43ded commit 839ba2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions symmetric/symmetric-assemble/src/docbook/tutorial.xml
Expand Up @@ -146,7 +146,7 @@ registration.url=http://localhost:8080/sync/server]]></programlisting>
<step>
<para>Create the sample tables in the server database by executing the following command:</para>
<para>
<command>../bin/dbimport --format XML create_sample.xml</command>
<command>../bin/dbimport --engine server --format XML create_sample.xml</command>
</para>
<para> Note that the warning messages from the command are safe to ignore.</para>
</step>
Expand All @@ -161,7 +161,7 @@ registration.url=http://localhost:8080/sync/server]]></programlisting>
<step>
<para>Finally, load the sample data and configuration into the server node database by executing:</para>
<para>
<command>../bin/dbimport insert_sample.sql</command>
<command>../bin/dbimport --engine server insert_sample.sql</command>
</para>
</step>
</procedure>
Expand All @@ -174,7 +174,7 @@ registration.url=http://localhost:8080/sync/server]]></programlisting>
<step>
<para>Create the sample tables in the client database by executing:</para>
<para>
<command> ../bin/dbimport --format XML create_sample.xml</command>
<command> ../bin/dbimport --engine client --format XML create_sample.xml</command>
</para>
<para> Note that the warning messages from the command are safe to ignore.</para>
</step>
Expand Down

0 comments on commit 839ba2a

Please sign in to comment.