[Libreoffice-bugs] [Bug 126623] New: JDBC mysql/mariadb connection string parameters wrong in help

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Jul 30 14:42:11 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=126623

            Bug ID: 126623
           Summary: JDBC mysql/mariadb connection string parameters wrong
                    in help
           Product: LibreOffice
           Version: 6.2.0.0.alpha0+
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: iplaw67 at tuta.io

Description:
Using the DB creation wizard, try to create a connection to a mysql or mariadb
database server via the JDBC option in the first dialog.

The URL connection parameter window is preceded by jdbc:

The help indicates that the complete string to enter here is
jdbc:mysql://networkaddress:port/dbname?anyotherparameters

However, the documentation is incorrect in the current iteration of that JDBC
configuration dialog.

In fact, the user now only has to enter 

mysql://networkaddress:port/dbname?anyotherparameters

The documentation should be corrected in this respect.



Steps to Reproduce:
See above

Actual Results:
The help indicates the incorrect string to enter, and as a result, connection
will fail, and the user will be unable to setup a valid ODB file.

Expected Results:
The documentation should reflect the current requirements for string entry


Reproducible: Always


User Profile Reset: No



Additional Info:

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190730/5365ecf5/attachment.html>


More information about the Libreoffice-bugs mailing list