Author: sebb
Date: Fri Dec 8 13:51:00 2006
New Revision: 484808
URL: http://svn.apache.org/viewvc?view=rev&rev=484808
Log:
Minor typos
Modified:
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/build-db-test-plan.xml
Modified:
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/build-db-test-plan.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/build-db-test-plan.xml?view=diff&rev=484808&r1=484807&r2=484808
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/build-db-test-plan.xml
(original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/build-db-test-plan.xml Fri
Dec 8 13:51:00 2006
@@ -207,12 +207,12 @@
<section name="7.7 JDBC settings" anchor="running">
<p>Different databases and JDBC drivers require different JDBC settings.
-The Database URL and JDBC Driver class are defined by the provider of the JDBC
implementation</p>
-<p>Some possible settings are shown below. Please check the exact details in
the JDBC driver documentation</p>
+The Database URL and JDBC Driver class are defined by the provider of the JDBC
implementation.</p>
+<p>Some possible settings are shown below. Please check the exact details in
the JDBC driver documentation.</p>
<table>
<tr><th>Database</th><th>Driver class</th><th>Database URL</th></tr>
-<tr><td>MySQL</td><td>com.mysql.jdbc.Driver</td><td>jdbc:mysql://host:port/{dbname}</td></tr>
+<tr><td>MySQL</td><td>com.mysql.jdbc.Driver</td><td>jdbc:mysql://host[:port]/dbname</td></tr>
<tr><td>PostgreSQL</td><td>org.postgresql.Driver</td><td>jdbc:postgresql:{dbname}</td></tr>
<tr><td>Oracle</td><td>oracle.jdbc.driver.OracleDriver</td><td>jdbc:oracle:thin:user/pass@//host:port/service</td></tr>
<tr><td>Ingres
(2006)</td><td>ingres.jdbc.IngresDriver</td><td>jdbc:ingres://host:port/db[;attr=value]</td></tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]