4

I would like to know if I can use MySQL Connector (libmysql.dll) with comercial Lazarus project. As far as I know, it's under GNU GPL.

Thanks for any answers.

RRUZ
  • 134,889
  • 20
  • 356
  • 483
Manny
  • 529
  • 1
  • 8
  • 22
  • This question appears to be off-topic because it is about licencing – bummi Nov 05 '14 at 18:33
  • 4
    I'm voting to close this question as off-topic because **it is about licensing or legal issues**, not programming or software development. [See here](http://meta.stackoverflow.com/a/274964/1402846) for details, and the [help/on-topic] for more. – Kevin Brown-Silva Jun 10 '15 at 23:24

3 Answers3

2

Not if you want to sell your end product, unless you want to licence it under GPL as well. MySQL Connector also provides commercial licenses for that purpose.

favoretti
  • 29,299
  • 4
  • 48
  • 61
0

The answer is right on the page you're linking to:

MySQL open source software is provided under the GPL License.

Oldskool
  • 34,211
  • 7
  • 53
  • 66
0

Check out http://www.mysql.com/about/legal/licensing/oem/ which should tell you which is the license you need.

Brave Cobra
  • 684
  • 3
  • 11