From e7503a6fb22cc19695b9a1d9b826e4c21307c52f Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 1 Aug 2019 10:24:59 -0300 Subject: tdf#126623 Correct URL for Mysql JDBC page Change-Id: I326e123ec446aa818c0761ed172f2c4cfd09bbd0 Reviewed-on: https://gerrit.libreoffice.org/76801 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/shared/explorer/database/dabawiz02jdbc.xhp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/text/shared/explorer/database/dabawiz02jdbc.xhp b/source/text/shared/explorer/database/dabawiz02jdbc.xhp index 4c17e827d0..ee9bbbde5e 100644 --- a/source/text/shared/explorer/database/dabawiz02jdbc.xhp +++ b/source/text/shared/explorer/database/dabawiz02jdbc.xhp @@ -39,7 +39,7 @@ JDBC Examples You can use a JDBC driver class to connect to a JDBC database from %PRODUCTNAME. The driver class is provided by the database manufacturer. Two examples of JDBC databases are Oracle and MySQL. -The driver classes must be added to %PRODUCTNAME in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Advanced. +The driver classes must be added to %PRODUCTNAME in %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Advanced. Oracle database You can use a JDBC driver to access an Oracle database from Solaris or Linux. To access the database from Windows, you need an ODBC driver. @@ -77,14 +77,13 @@ Data source URL -Enter the URL for the database. For example, for the MySQL JDBC driver, enter "jdbc:mysql://<Servername>/<name of the database>". For more information on the JDBC driver, consult the documentation that came with the driver. +Enter the URL for the database. For example, for the MySQL JDBC driver, enter "mysql://<Servername>/<name of the database>". For more information on the JDBC driver, consult the documentation that came with the driver. JDBC Driver Class Enter the name of the JDBC driver.
-Before you can use a JDBC driver, you need to add its class path. Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME -- Advanced, and click the Class Path button. After you add the path information, restart %PRODUCTNAME. + Before you can use a JDBC driver, you need to add its class path. Choose %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME - Advanced, and click the Class Path button. After you add the path information, restart %PRODUCTNAME.
Test Class -- cgit