Author: wyoung
Date: Tue Jun 26 04:16:03 2007
New Revision: 1610

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1610&view=rev
Log:
More userman tweaks

Modified:
    trunk/doc/userman/userman.dbx

Modified: trunk/doc/userman/userman.dbx
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/userman.dbx?rev=1610&r1=1609&r2=1610&view=diff
==============================================================================
--- trunk/doc/userman/userman.dbx (original)
+++ trunk/doc/userman/userman.dbx Tue Jun 26 04:16:03 2007
@@ -323,24 +323,24 @@
         can vary on different Linuxes.)</para>
 
         <para>Before you get started, please read through any of
-        the README.* files included with the MySQL++ distribution
+        the README* files included with the MySQL++ distribution
         that are relevant to your platform. We won't repeat all of
         that here.</para>
 
         <para>Most of the examples require a test database, created
         by <filename>resetdb</filename>. You run it like so:</para>
 
-        <screen>    ./exrun resetdb [host [user [password [port]]]]</screen>
+        <screen>        ./exrun resetdb [host [user [password 
[port]]]]</screen>
 
         <para><filename>exrun</filename> is a shell script that
-        ensures that the MySQL++ example program you give as its first
-        argument finds the correct shared library version. If you
-        run the example program directly, it will search the system
-        directories for the MySQL++ shared library. The only way that
-        will work right is if you installed the library before running
-        the examples, but usually you want to run the examples before
-        then to ensure that the library is working correctly. The
-        <filename>exrun</filename> script solves this problem. See
+        ensures that the MySQL++ example program you give as its
+        first argument finds the correct shared library version. If
+        you run the example program directly, it will search the
+        system directories for the MySQL++ shared library. That
+        will only work correctly if you've installed the library
+        before running the examples. You should run the examples
+        before installing the library to ensure that the library
+        is working correctly, thus <filename>exrun</filename>. See
         <filename>README.examples</filename> for more details. (We've
         been using POSIX file and path names for simplicity above, but
         there's a Windows version of <filename>exrun</filename>, called
@@ -353,7 +353,9 @@
         log in.  If you leave off the user name, it uses the name
         you used when logging on to the computer. And if you leave
         off the host name, it assumes the MySQL server is running on
-        the local host.</para>
+        the local host. A typical invocation is:</para>
+
+        <screen>        ./exrun resetdb localhost root nunyabinness</screen>
 
         <para>For <filename>resetdb</filename>, the user name needs to
         be for an account with permission to create databases. Once


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to