how to handle License for MySQL, PostgreSQL & Co ?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2093
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

how to handle License for MySQL, PostgreSQL & Co ?

Post by AUGE_OHR »

hi,

if we use MySQL or PostgreSQL we must buy a License, but "where" to buy and how much does it cost :?:
have fun
Jimmy
User avatar
serge_girard
Posts: 3309
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: how to handle License for MySQL, PostgreSQL & Co ?

Post by serge_girard »

MySQL is free?

S
There's nothing you can do that can't be done...
User avatar
dragancesu
Posts: 930
Joined: Mon Jun 24, 2013 11:53 am
DBs Used: DBF, MySQL, Oracle
Location: Subotica, Serbia

Re: how to handle License for MySQL, PostgreSQL & Co ?

Post by dragancesu »

https://www.mysql.com/about/legal/licensing/oem/

MySQL is free
but if you want support then you pay
User avatar
AUGE_OHR
Posts: 2093
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: how to handle License for MySQL, PostgreSQL & Co ?

Post by AUGE_OHR »

hi Serge,

i ask while some "Open-Source" ask "Commercial" Product for License.

now Alaska want me "pay" for PGDBE "Wrapper" (for PostgreSQL) which is Part of PRO Version ( since begin 2012 )
https://www.alaska-software.com/product ... t-list.cxp

it is new for me that a Company sell a Product and want to have Money, every Year, to use a "Wrapper" for a "Open-Source" Product
is it possible that Alaska must pay for License as they sell a ISAM "Wrapper" for PostgreSQL ? or want they just make Money ...
have fun
Jimmy
User avatar
serge_girard
Posts: 3309
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: how to handle License for MySQL, PostgreSQL & Co ?

Post by serge_girard »

Hi Jimmy,

I use MySQL (free) for many years and support came from HMG...!

Serge
There's nothing you can do that can't be done...
User avatar
AUGE_OHR
Posts: 2093
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: how to handle License for MySQL, PostgreSQL & Co ?

Post by AUGE_OHR »

hi,

thx for Answer

as i know MySQL is using GPL License, which means you need to purchase a commercial license to distribute proprietary code that uses those libraries.

PostgreSQL use MIT license, where you "only" must include MIT License TEXT with Copyright

---

the Question is "where" i have to "pay" for it to use "Wrapper" to connect to Backend
Alaska want me NOW to "buy" a License to use PGDBE which is Alaska Way to connect to Backend using ISAM Style
greeting,
have fun
Jimmy
User avatar
serge_girard
Posts: 3309
Joined: Sun Nov 25, 2012 2:44 pm
DBs Used: 1 MySQL - MariaDB
2 DBF
Location: Belgium
Contact:

Re: how to handle License for MySQL, PostgreSQL & Co ?

Post by serge_girard »

no idea !
There's nothing you can do that can't be done...
jayadevu
Posts: 240
Joined: Tue May 19, 2009 7:10 am

Re: how to handle License for MySQL, PostgreSQL & Co ?

Post by jayadevu »

Hi,

In my understanding, MySql is free:
1. If MySql (community) is downloaded directly on the client computer and installed.
2. If you do not use libmysql.dll to access MySql.

If you use libmysql.dll for access, then your source code also needs to be under GPL.

Workaround:
1. You can use SQLMIX as an RDD to access MySql, MariaDB and the like which is native harbour and It is equally fast and uses ODBC connection and does not use libmysql.dll.
2. You can use open source database tool like Dbeaver which allows you to connect directly to all kinds of RDBMS and use as workbench.

This is what I have understood, I may be wrong. Please look into the licensing terms more thoroughly before taking any decision.

Warm regards,

Jayadev
Post Reply