I was walking around reading certain licenses of some DBMS software along with the DB itself and a very confusing question came up.
MariaDB (Free version) it is open-source, but could I distribute it along with my application commercially? I'm talking about the following case:
1 - My application does not include MariaDB in conjunction with the code, it only links to a LGPL licensed plugin, which in this case would be the Java version available on MariaDB's own website.
For example, one file is my application and the other is the bank installer separately.