[Libreoffice-bugs] [Bug 119091] New: No access to mysql/mariadb databases using jdbc driver
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Aug 4 14:22:40 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=119091
Bug ID: 119091
Summary: No access to mysql/mariadb databases using jdbc driver
Product: LibreOffice
Version: 6.0.0.3 release
Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Base
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: r.cabane at free.fr
Description:
Since LO 6.0, the connection to Mariadb databases is impossible by means of the
jdbc driver (based onto mysql-connector-java).
Steps to Reproduce:
1. Create a database using Mariadb (or MySQL, it should be the same)
2. Try creating an access using LO Base (MySQL / jdbc)
3. Test the class com.mysql.jdbc.Driver (should be OK, it's the case by me)
4. Give username and password, and test the connexion
Actual Results:
LO Base error message :
java.long.NoSuchMethodError:java.nio.CharBuffer.position(I)Ljava/nio/CharBuffer;
Expected Results:
Connexion to the database.
Reproducible: Always
User Profile Reset: Yes
Additional Info:
It's still possible to connect with the direct MySQL native connector
(mysql-connector-ooo) which works (at least) under LO 6.1, provided the user
can (and is allowed to) install the corresponding extension.
See also
https://bugs.documentfoundation.org/show_bug.cgi?id=46259
--
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/20180804/2dd6c96e/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list