LibreOffice Base fails to connect to remote mariadb

Having tried unsuccessfully to my remote mariadb from LibreOffice Base under Leap 15.0, I am still having problems under Leap 15.1. My LO version is 6.1.3.2.

The JDBC and ODBC drivers ‘fail to load’.

Can someone please point me in the right direction to troubleshoot this problem systematically?

I have no problem to connect to the remote database with, say, Mysql workbench or phpMyAdmin from the same client desktop, so the database is accessible.

(By the way, this problem is highlighted also in a thread under LEAP 15.0, so please excuse me for opening the thread anew here. I had no success under 15.0 either)

Just a guess: maybe you need the mariadb-connector-odbc package?

What is the syntax for the name of the ‘ODBC data source’?

I am getting the error “SQL Status: IM002 [unixODBC][Driver Manager]Data source name not found, and no default driver specified”

Cheers and thanks for your help

hn

Does it need to be installed maybe???

Installation of the mariadb-connector-odbc package was the first thing I checked! :slight_smile: It had been there all right.

What needed to be installed for the jdbc alternative was the mysql-connector-java.

However, whereas I can now connect successfully with jdbc to the database, my existing (LO) input forms won’t let me change the data.The form controls are completely deactivated.

Without extensive experience specifically with LO/mariadb but plenty setting up and using various database connections to various RDBMS,

If you’re not able to modify the data, then it’s likely a permissions problem.
You say you are able to connect using MySQL Workbench, use that to query the grants table and specific table objects, and to modify as needed.

TSU