If you develop and distribute a commercial application and as part of utilizing your application, the end-user must download a copy of MySQL; for each derivative work, you (or, in some cases, your end-user) need a commercial license for the MySQL server and/or MySQL client libraries.
I don't know how MySQL get away with saying the above, because what they are saying is rubbish. Why can't another person download a copy of MySQL when it's GPL'd. I suppose it's the terms you except when you use it. That's why I use PostgreSQL, and for other obvious reasons.
MySQL is talking out of their ass :-) The only restrictions under the GPL are on destributing derivative works - according to the GPL itself, linking falls under that, but you don't link against the mysql server directly - you typically link against the mysql client library. My guess is that that's why they changed the client lib's license from LGPL to GPL on version 4. If you use libmysql 3 or write your own client lib, you have no obligations under the GPL. In any case, whether or not the client has to download mysql doesn't effect the licensing terms. Also, the term "commercial application" is (probably deliberately) vague and confusing.


In reply to Re^5: Protecting our work by Joost
in thread Protecting our work by bradcathey

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.