Skip to content

Commit

Permalink
run-ddl, run-sql symadmin syntax change.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanes committed Jun 2, 2012
1 parent e65aa31 commit 31bff02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions symmetric/symmetric-assemble/src/docbook/tutorial.xml
Expand Up @@ -147,7 +147,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/symadmin --engine server --run-ddl create_sample.xml</command>
<command>../bin/symadmin --engine server run-ddl create_sample.xml</command>
</para>
<para> Note that the warning messages from the command are safe to ignore.</para>
</step>
Expand All @@ -156,13 +156,13 @@ registration.url=http://localhost:8080/sync/server]]></programlisting>
synchronization. The following command uses the auto-creation feature to create all the necessary SymmetricDS
system tables.</para>
<para>
<command>../bin/symadmin --engine server --auto-create</command>
<command>../bin/symadmin --engine server create-sym-tables</command>
</para>
</step>
<step>
<para>Finally, load the sample data and configuration into the server node database by executing:</para>
<para>
<command>../bin/symadmin --engine server --run-sql insert_sample.sql</command>
<command>../bin/symadmin --engine server run-sql insert_sample.sql</command>
</para>
</step>
</procedure>
Expand All @@ -175,7 +175,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/symadmin --engine client --run-ddl create_sample.xml</command>
<command> ../bin/symadmin --engine client run-ddl 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 31bff02

Please sign in to comment.