LibreOffice: 'com.mysql.jdbc.driver' cannot be loaded

前端 未结 4 1670
北恋
北恋 2021-02-02 11:36

I am trying to connect LibreOffice Base with an MySQL database, in phpMyAdmin, with a JDBC-connection.

The first step is to select which database you want to select:

4条回答
  •  萌比男神i
    2021-02-02 12:27

    If you're using Red Hat like linux distros like Fedora, you can install it from the repositories with yum or dnf and then:

    In Base goto Tools/Options/Java, click Classpath and select /usr/share/java/mysql-connector-java.jar in the file browser.

    https://fedoraproject.org/wiki/QA:Testcase_MySQL_or_MariaDB_in_libreoffice-base

提交回复
热议问题