Changes for page JDBC2XML Usage
Last modified by christoph_lechleitner@iteg_at on 2013-10-08 03.37:51
From version 2.1
edited by christoph_lechleitner@iteg_at
on 2012-08-03 06.12:17
on 2012-08-03 06.12:17
Change comment:
Examples of JDBC URLs, slight restructuring
To version 3.1
edited by christoph_lechleitner@iteg_at
on 2012-08-06 10.41:57
on 2012-08-06 10.41:57
Change comment:
debian package and driver path mysql
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,7 +8,7 @@ 8 8 9 9 The following command overview only shows the absolut minimal number of options. 10 10 11 -Usually more options are needed, especially {{code language="none"}}--user{{/code}}, {{code language="none"}}--password{{/code}}, and (Linux only) {{code language="none"}}--jdbc-drivers{{/code}}. 11 +Usually more options are needed, especially {{code language="none"}}--user{{/code}}, {{code language="none"}}--password{{/code}}, and (Linux only, see bottom) {{code language="none"}}--jdbc-drivers{{/code}}. 12 12 13 13 See far below for a full list of options, as well as examples for JDBC URLs. 14 14 ... ... @@ -252,3 +252,17 @@ 252 252 {{code language="none"}} 253 253 --debug-startup 254 254 {{/code}} 255 + 256 +=== {{id name="JDBC2XMLUsage-Driverpackagesandpaths"/}}Driver packages and paths === 257 + 258 +====== {{id name="JDBC2XMLUsage-MySQL-Driver"/}}MySQL-Driver ====== 259 + 260 +{{code language="none"}} 261 +apt-get install libmysql-java 262 + 263 +jdbc2xml ... --jdbc-drivers /usr/share/java/mysql-connector-java.jar 264 +{{/code}} 265 + 266 +TBC. 267 + 268 +
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -65688 41 +656818 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://clazzes.atlassian.net/wiki/spaces/JDBC2XML/pages/65688 4/JDBC2XML Usage1 +https://clazzes.atlassian.net/wiki/spaces/JDBC2XML/pages/656818/JDBC2XML Usage