I have got a database in MySqlDB, and I am using MariaDB 10.1. My Debian version is 9.1.
I already connected this mysql database to the Libre Office with these parameters:
host='localhost',
user='root',
passwd='1234',
db='database1"
In this way I get the all information about the selected table (in this database1, I have got 2 datatable), but there is a row limit in Excel and in Libre Office too.
Thats why I want to create a "button" in the Libre Office which one I can list, I can do a query what dataes need for me. For example I want see the dataes where name is = "Adam". Is it real to do this? If yes, how I have to start it?